r66683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66682‎ | r66683 | r66684 >
Date:07:09, 20 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r66646: gotta be careful with search&replace
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
@@ -45,7 +45,7 @@
4646 background-position: bottom left;
4747 background-repeat: repeat-x;
4848 }
49 -div#head-base {
 49+#head-base {
5050 margin-top: -5em;
5151 margin-left: 10em;
5252 height: 5em;
@@ -458,22 +458,22 @@
459459 color: #333333;
460460 font-size: 0.7em;
461461 }
462 -div#footer div#footer-icons {
 462+div#footer #footer-icons {
463463 float: right;
464464 }
465465 /* @noflip */
466 -body.ltr div#footer div#footer-places {
 466+body.ltr div#footer #footer-places {
467467 float: left;
468468 }
469 -div#footer div#footer-info li {
 469+div#footer #footer-info li {
470470 line-height: 1.4em;
471471 }
472 -div#footer div#footer-icons li {
 472+div#footer #footer-icons li {
473473 float: left;
474474 margin-left: 0.5em;
475475 line-height: 2em;
476476 }
477 -div#footer div#footer-places li {
 477+div#footer #footer-places li {
478478 float: left;
479479 margin-right: 1em;
480480 line-height: 2em;
@@ -949,7 +949,7 @@
950950 #jump-to-nav {
951951 display: none;
952952 }
953 -div#contentSub, div#contentSub2 {
 953+#contentSub, #contentSub2 {
954954 font-size: 84%;
955955 line-height: 1.2em;
956956 margin: 0 0 1.4em 1em;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -45,7 +45,7 @@
4646 background-position: bottom right;
4747 background-repeat: repeat-x;
4848 }
49 -div#head-base {
 49+#head-base {
5050 margin-top: -5em;
5151 margin-right: 10em;
5252 height: 5em;
@@ -458,22 +458,22 @@
459459 color: #333333;
460460 font-size: 0.7em;
461461 }
462 -div#footer div#footer-icons {
 462+div#footer #footer-icons {
463463 float: left;
464464 }
465465 /* @noflip */
466 -body.ltr div#footer div#footer-places {
 466+body.ltr div#footer #footer-places {
467467 float: left;
468468 }
469 -div#footer div#footer-info li {
 469+div#footer #footer-info li {
470470 line-height: 1.4em;
471471 }
472 -div#footer div#footer-icons li {
 472+div#footer #footer-icons li {
473473 float: right;
474474 margin-right: 0.5em;
475475 line-height: 2em;
476476 }
477 -div#footer div#footer-places li {
 477+div#footer #footer-places li {
478478 float: right;
479479 margin-left: 1em;
480480 line-height: 2em;
@@ -949,7 +949,7 @@
950950 #jump-to-nav {
951951 display: none;
952952 }
953 -div#contentSub, div#contentSub2 {
 953+#contentSub, #contentSub2 {
954954 font-size: 84%;
955955 line-height: 1.2em;
956956 margin: 0 1em 1.4em 0;
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1677,7 +1677,7 @@
16781678 * to ensure that client-side caches do not keep obsolete copies of global
16791679 * styles.
16801680 */
1681 -$wgStyleVersion = '283';
 1681+$wgStyleVersion = '284';
16821682
16831683
16841684 # Server-side caching:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66646(bug 23597) Make a number of ID selectors more specific (basically #foo -> di...catrope19:01, 19 May 2010

Status & tagging log