Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | background-position: bottom left; |
47 | 47 | background-repeat: repeat-x; |
48 | 48 | } |
49 | | -div#head-base { |
| 49 | +#head-base { |
50 | 50 | margin-top: -5em; |
51 | 51 | margin-left: 10em; |
52 | 52 | height: 5em; |
— | — | @@ -458,22 +458,22 @@ |
459 | 459 | color: #333333; |
460 | 460 | font-size: 0.7em; |
461 | 461 | } |
462 | | -div#footer div#footer-icons { |
| 462 | +div#footer #footer-icons { |
463 | 463 | float: right; |
464 | 464 | } |
465 | 465 | /* @noflip */ |
466 | | -body.ltr div#footer div#footer-places { |
| 466 | +body.ltr div#footer #footer-places { |
467 | 467 | float: left; |
468 | 468 | } |
469 | | -div#footer div#footer-info li { |
| 469 | +div#footer #footer-info li { |
470 | 470 | line-height: 1.4em; |
471 | 471 | } |
472 | | -div#footer div#footer-icons li { |
| 472 | +div#footer #footer-icons li { |
473 | 473 | float: left; |
474 | 474 | margin-left: 0.5em; |
475 | 475 | line-height: 2em; |
476 | 476 | } |
477 | | -div#footer div#footer-places li { |
| 477 | +div#footer #footer-places li { |
478 | 478 | float: left; |
479 | 479 | margin-right: 1em; |
480 | 480 | line-height: 2em; |
— | — | @@ -949,7 +949,7 @@ |
950 | 950 | #jump-to-nav { |
951 | 951 | display: none; |
952 | 952 | } |
953 | | -div#contentSub, div#contentSub2 { |
| 953 | +#contentSub, #contentSub2 { |
954 | 954 | font-size: 84%; |
955 | 955 | line-height: 1.2em; |
956 | 956 | margin: 0 0 1.4em 1em; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | background-position: bottom right; |
47 | 47 | background-repeat: repeat-x; |
48 | 48 | } |
49 | | -div#head-base { |
| 49 | +#head-base { |
50 | 50 | margin-top: -5em; |
51 | 51 | margin-right: 10em; |
52 | 52 | height: 5em; |
— | — | @@ -458,22 +458,22 @@ |
459 | 459 | color: #333333; |
460 | 460 | font-size: 0.7em; |
461 | 461 | } |
462 | | -div#footer div#footer-icons { |
| 462 | +div#footer #footer-icons { |
463 | 463 | float: left; |
464 | 464 | } |
465 | 465 | /* @noflip */ |
466 | | -body.ltr div#footer div#footer-places { |
| 466 | +body.ltr div#footer #footer-places { |
467 | 467 | float: left; |
468 | 468 | } |
469 | | -div#footer div#footer-info li { |
| 469 | +div#footer #footer-info li { |
470 | 470 | line-height: 1.4em; |
471 | 471 | } |
472 | | -div#footer div#footer-icons li { |
| 472 | +div#footer #footer-icons li { |
473 | 473 | float: right; |
474 | 474 | margin-right: 0.5em; |
475 | 475 | line-height: 2em; |
476 | 476 | } |
477 | | -div#footer div#footer-places li { |
| 477 | +div#footer #footer-places li { |
478 | 478 | float: right; |
479 | 479 | margin-left: 1em; |
480 | 480 | line-height: 2em; |
— | — | @@ -949,7 +949,7 @@ |
950 | 950 | #jump-to-nav { |
951 | 951 | display: none; |
952 | 952 | } |
953 | | -div#contentSub, div#contentSub2 { |
| 953 | +#contentSub, #contentSub2 { |
954 | 954 | font-size: 84%; |
955 | 955 | line-height: 1.2em; |
956 | 956 | margin: 0 1em 1.4em 0; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1677,7 +1677,7 @@ |
1678 | 1678 | * to ensure that client-side caches do not keep obsolete copies of global |
1679 | 1679 | * styles. |
1680 | 1680 | */ |
1681 | | -$wgStyleVersion = '283'; |
| 1681 | +$wgStyleVersion = '284'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |