Remove non standard, Gecko specific CSS.
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 13 Jun 2008 09:27:14 +0000 (09:27 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 13 Jun 2008 09:27:14 +0000 (09:27 +0000)
At least Opera whines about it and the round corners are not consistent to all other boxes with square corners.

includes/DefaultSettings.php
skins/common/oldshared.css
skins/modern/main.css
skins/monobook/main.css

index 6020b4a..b740811 100644 (file)
@@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '155';
+$wgStyleVersion = '156';
 
 
 # Server-side caching:
index ba9b3e3..689a888 100644 (file)
@@ -388,7 +388,6 @@ div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
    margin: 1em;
-   -moz-border-radius: 6px;
    background: #f0f0f0;
 }
 
index 61e5000..6374988 100644 (file)
@@ -912,7 +912,6 @@ div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
    margin: 1em;
-   -moz-border-radius: 6px;
    background: #f0f0f0;
 }
 
index f6ea2aa..c052e32 100644 (file)
@@ -1445,7 +1445,6 @@ div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
    margin: 1em;
-   -moz-border-radius: 6px;
    background: #f0f0f0;
 }