Fix r66646: gotta be careful with search&replace
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 20 May 2010 07:09:07 +0000 (07:09 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 20 May 2010 07:09:07 +0000 (07:09 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index ceeb655..8555609 100644 (file)
@@ -1677,7 +1677,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '283';
+$wgStyleVersion = '284';
 
 
 # Server-side caching:
index c118168..7a72479 100644 (file)
@@ -45,7 +45,7 @@ div#content {
        background-position: bottom left;
        background-repeat: repeat-x;
 }
-div#head-base {
+#head-base {
        margin-top: -5em;
        margin-left: 10em;
        height: 5em;
@@ -458,22 +458,22 @@ div#footer ul li {
        color: #333333;
        font-size: 0.7em;
 }
-div#footer div#footer-icons {
+div#footer #footer-icons {
        float: right;
 }
 /* @noflip */
-body.ltr div#footer div#footer-places {
+body.ltr div#footer #footer-places {
        float: left;
 }
-div#footer div#footer-info li {
+div#footer #footer-info li {
        line-height: 1.4em;
 }
-div#footer div#footer-icons li {
+div#footer #footer-icons li {
        float: left;
        margin-left: 0.5em;
        line-height: 2em;
 }
-div#footer div#footer-places li {
+div#footer #footer-places li {
        float: left;
        margin-right: 1em;
        line-height: 2em;
@@ -949,7 +949,7 @@ img.thumbborder {
 #jump-to-nav {
        display: none;
 }
-div#contentSub, div#contentSub2 {
+#contentSub, #contentSub2 {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
index 5812937..bf65d7b 100644 (file)
@@ -45,7 +45,7 @@ div#content {
        background-position: bottom right;
        background-repeat: repeat-x;
 }
-div#head-base {
+#head-base {
        margin-top: -5em;
        margin-right: 10em;
        height: 5em;
@@ -458,22 +458,22 @@ div#footer ul li {
        color: #333333;
        font-size: 0.7em;
 }
-div#footer div#footer-icons {
+div#footer #footer-icons {
        float: left;
 }
 /* @noflip */
-body.ltr div#footer div#footer-places {
+body.ltr div#footer #footer-places {
        float: left;
 }
-div#footer div#footer-info li {
+div#footer #footer-info li {
        line-height: 1.4em;
 }
-div#footer div#footer-icons li {
+div#footer #footer-icons li {
        float: right;
        margin-right: 0.5em;
        line-height: 2em;
 }
-div#footer div#footer-places li {
+div#footer #footer-places li {
        float: right;
        margin-left: 1em;
        line-height: 2em;
@@ -949,7 +949,7 @@ img.thumbborder {
 #jump-to-nav {
        display: none;
 }
-div#contentSub, div#contentSub2 {
+#contentSub, #contentSub2 {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 1em 1.4em 0;