
adam at svn
Nov 4, 2009, 4:50 PM
Post #1 of 1
(19 views)
Permalink
|
|
SVN: [58570] trunk/phase3
|
|
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/58570 Revision: 58570 Author: adam Date: 2009-11-05 00:50:40 +0000 (Thu, 05 Nov 2009) Log Message: ----------- 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 trunk/phase3/skins/vector/main-ltr.css trunk/phase3/skins/vector/main-rtl.css Modified: trunk/phase3/includes/DefaultSettings.php =================================================================== --- trunk/phase3/includes/DefaultSettings.php 2009-11-05 00:09:01 UTC (rev 58569) +++ trunk/phase3/includes/DefaultSettings.php 2009-11-05 00:50:40 UTC (rev 58570) @@ -1606,7 +1606,7 @@ * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '251'; +$wgStyleVersion = '252'; # Server-side caching: Modified: trunk/phase3/skins/vector/main-ltr.css =================================================================== --- trunk/phase3/skins/vector/main-ltr.css 2009-11-05 00:09:01 UTC (rev 58569) +++ trunk/phase3/skins/vector/main-ltr.css 2009-11-05 00:50:40 UTC (rev 58570) @@ -216,6 +216,7 @@ background-repeat: no-repeat; padding-left: 1px; margin-left: -1px; + font-size:100% !important; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorMenu h5 a { Modified: trunk/phase3/skins/vector/main-rtl.css =================================================================== --- trunk/phase3/skins/vector/main-rtl.css 2009-11-05 00:09:01 UTC (rev 58569) +++ trunk/phase3/skins/vector/main-rtl.css 2009-11-05 00:50:40 UTC (rev 58570) @@ -216,6 +216,7 @@ background-repeat: no-repeat; padding-left: 1px; margin-left: -1px; + font-size:100% !important; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ div.vectorMenu h5 a { _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|