r66670 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66669‎ | r66670 | r66671 >
Date:23:59, 19 May 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r66646 for monobook.
Modified paths:
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -9,22 +9,22 @@
1010 ** All you guys rock :)
1111 */
1212
13 -#column-content {
 13+div#column-content {
1414 width: 100%;
1515 float: right;
1616 margin: 0 0 .6em -12.2em;
1717 padding: 0;
1818 }
19 -#content {
 19+div#content {
2020 margin: 2.8em 0 0 12.2em;
2121 padding: 0 1em 1em 1em;
2222 position: relative;
2323 z-index: 2;
2424 }
25 -#column-one {
 25+div#column-one {
2626 padding-top: 160px;
2727 }
28 -#content {
 28+div#content {
2929 background: white;
3030 color: black;
3131 border: 1px solid #aaa;
@@ -48,7 +48,7 @@
4949 }
5050
5151 /* scale back up to a sane default */
52 -#globalWrapper {
 52+div#globalWrapper {
5353 font-size: 127%;
5454 width: 100%;
5555 margin: 0;
@@ -893,7 +893,7 @@
894894 /*
895895 ** footer
896896 */
897 -#footer {
 897+div#footer {
898898 background-color: white;
899899 border-top: 1px solid #fabd23;
900900 border-bottom: 1px solid #fabd23;
@@ -902,7 +902,7 @@
903903 text-align: center;
904904 font-size: 90%;
905905 }
906 -#footer li {
 906+div#footer li {
907907 display: inline;
908908 margin: 0 1.3em;
909909 }

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