
raymond at svn
Jun 13, 2008, 2:27 AM
Post #1 of 1
(605 views)
Permalink
|
|
SVN: [36255] trunk/phase3
|
|
Revision: 36255 Author: raymond Date: 2008-06-13 09:27:14 +0000 (Fri, 13 Jun 2008) Log Message: ----------- Remove non standard, Gecko specific CSS. At least Opera whines about it and the round corners are not consistent to all other boxes with square corners. Modified Paths: -------------- trunk/phase3/includes/DefaultSettings.php trunk/phase3/skins/common/oldshared.css trunk/phase3/skins/modern/main.css trunk/phase3/skins/monobook/main.css Modified: trunk/phase3/includes/DefaultSettings.php =================================================================== --- trunk/phase3/includes/DefaultSettings.php 2008-06-13 03:10:05 UTC (rev 36254) +++ trunk/phase3/includes/DefaultSettings.php 2008-06-13 09:27:14 UTC (rev 36255) @@ -1341,7 +1341,7 @@ * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '155'; +$wgStyleVersion = '156'; # Server-side caching: Modified: trunk/phase3/skins/common/oldshared.css =================================================================== --- trunk/phase3/skins/common/oldshared.css 2008-06-13 03:10:05 UTC (rev 36254) +++ trunk/phase3/skins/common/oldshared.css 2008-06-13 09:27:14 UTC (rev 36255) @@ -388,7 +388,6 @@ border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } Modified: trunk/phase3/skins/modern/main.css =================================================================== --- trunk/phase3/skins/modern/main.css 2008-06-13 03:10:05 UTC (rev 36254) +++ trunk/phase3/skins/modern/main.css 2008-06-13 09:27:14 UTC (rev 36255) @@ -912,7 +912,6 @@ border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } Modified: trunk/phase3/skins/monobook/main.css =================================================================== --- trunk/phase3/skins/monobook/main.css 2008-06-13 03:10:05 UTC (rev 36254) +++ trunk/phase3/skins/monobook/main.css 2008-06-13 09:27:14 UTC (rev 36255) @@ -1445,7 +1445,6 @@ border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|