r104865 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104864‎ | r104865 | r104866 >
Date:15:48, 1 December 2011
Author:maxsem
Status:ok (Comments)
Tags:
Comment:
Fight back enwiki's Common.css that was wreaking havoc in the "Generic parameters" box
Modified paths:
  • /trunk/extensions/ApiSandbox/ext.apiSandbox.css (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiSandbox/ext.apiSandbox.css
@@ -36,3 +36,10 @@
3737 height: 15em;
3838 overflow: scroll;
3939 }
 40+
 41+/* override enwiki's insane styles */
 42+div.mw-collapsible {
 43+ border: none !important;
 44+ text-align: left !important;
 45+ font-size: 100% !important;
 46+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r108623MFT r95614, r104865, r105908, r107050reedy15:16, 11 January 2012

Comments

#Comment by Nikerabbit (talk | contribs)   09:17, 2 December 2011

We're making workarounds to our code for site customisations?

#Comment by MaxSem (talk | contribs)   09:29, 2 December 2011

Due to the amount of navboxes that abuse this class for presentational purposes, this solution looks easiest.

Status & tagging log