r58570 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58569‎ | r58570 | r58571 >
Date:00:50, 5 November 2009
Author:adam
Status:reverted (Comments)
Tags:
Comment:
adding a styling rule to ensure vector menu h5s aren't f#ed with by the german prototype wiki.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -216,6 +216,7 @@
217217 background-repeat: no-repeat;
218218 padding-left: 1px;
219219 margin-left: -1px;
 220+ font-size:100% !important;
220221 }
221222 /* OVERRIDDEN BY COMPLIANT BROWSERS */
222223 div.vectorMenu h5 a {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -216,6 +216,7 @@
217217 background-repeat: no-repeat;
218218 padding-left: 1px;
219219 margin-left: -1px;
 220+ font-size:100% !important;
220221 }
221222 /* OVERRIDDEN BY COMPLIANT BROWSERS */
222223 div.vectorMenu h5 a {
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1606,7 +1606,7 @@
16071607 * to ensure that client-side caches do not keep obsolete copies of global
16081608 * styles.
16091609 */
1610 -$wgStyleVersion = '251';
 1610+$wgStyleVersion = '252';
16111611
16121612
16131613 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r59192Revert r58570 (override overspecific CSS on dewiki): can be done by making th...catrope00:28, 18 November 2009

Comments

#Comment by Tim Starling (talk | contribs)   00:15, 18 November 2009

Can you explain this?

#Comment by Tim Starling (talk | contribs)   00:26, 18 November 2009

Roan tells me it is to override a rule from de:MediaWiki:Common.css. I have now fixed that page, so this change can be reverted.

Status & tagging log