r68122 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68121‎ | r68122 | r68123 >
Date:14:06, 16 June 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r68102 with #head, #head-base, #page-base
Modified paths:
  • /branches/REL1_16/phase3/skins/vector/main-ltr.css (modified) (history)
  • /branches/REL1_16/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/skins/vector/main-ltr.css
@@ -37,14 +37,14 @@
3838 background-color: white;
3939 }
4040 /* Head */
41 -#page-base {
 41+#mw-page-base {
4242 height: 5em;
4343 background-color: white;
4444 background-image: url(images/page-fade.png);
4545 background-position: bottom left;
4646 background-repeat: repeat-x;
4747 }
48 -#head-base {
 48+#mw-head-base {
4949 margin-top: -5em;
5050 margin-left: 10em;
5151 height: 5em;
@@ -52,13 +52,13 @@
5353 background-position: bottom left;
5454 background-repeat: repeat-x;
5555 }
56 -#head {
 56+#mw-head {
5757 position: absolute;
5858 top: 0;
5959 right: 0;
6060 width: 100%;
6161 }
62 -#head h5 {
 62+#mw-head h5 {
6363 margin: 0;
6464 padding: 0;
6565 }
@@ -212,16 +212,16 @@
213213 }
214214 /* OVERRIDDEN BY COMPLIANT BROWSERS */
215215 /* @noflip */
216 - #head div.vectorMenu h5 {
 216+ #mw-head div.vectorMenu h5 {
217217 float: left;
218218 background-image: url(images/tab-break.png);
219219 background-repeat: no-repeat;
220220 }
221221 /* IGNORED BY IE6 */
222 - #head div.vectorMenu > h5 {
 222+ #mw-head div.vectorMenu > h5 {
223223 background-image: none;
224224 }
225 - #head div.vectorMenu h5 {
 225+ #mw-head div.vectorMenu h5 {
226226 background-position: bottom left;
227227 margin-left: -1px;
228228 }
Index: branches/REL1_16/phase3/skins/vector/main-rtl.css
@@ -37,14 +37,14 @@
3838 background-color: white;
3939 }
4040 /* Head */
41 -#page-base {
 41+#mw-page-base {
4242 height: 5em;
4343 background-color: white;
4444 background-image: url(images/page-fade.png);
4545 background-position: bottom right;
4646 background-repeat: repeat-x;
4747 }
48 -#head-base {
 48+#mw-head-base {
4949 margin-top: -5em;
5050 margin-right: 10em;
5151 height: 5em;
@@ -52,13 +52,13 @@
5353 background-position: bottom right;
5454 background-repeat: repeat-x;
5555 }
56 -#head {
 56+#mw-head {
5757 position: absolute;
5858 top: 0;
5959 left: 0;
6060 width: 100%;
6161 }
62 -#head h5 {
 62+#mw-head h5 {
6363 margin: 0;
6464 padding: 0;
6565 }
@@ -212,16 +212,16 @@
213213 }
214214 /* OVERRIDDEN BY COMPLIANT BROWSERS */
215215 /* @noflip */
216 - #head div.vectorMenu h5 {
 216+ #mw-head div.vectorMenu h5 {
217217 float: left;
218218 background-image: url(images/tab-break.png);
219219 background-repeat: no-repeat;
220220 }
221221 /* IGNORED BY IE6 */
222 - #head div.vectorMenu > h5 {
 222+ #mw-head div.vectorMenu > h5 {
223223 background-image: none;
224224 }
225 - #head div.vectorMenu h5 {
 225+ #mw-head div.vectorMenu h5 {
226226 background-position: bottom right;
227227 margin-right: -1px;
228228 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r68709* Added release notes for r68102, r68122, r66692.tstarling07:26, 29 June 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68102Backport r67703 & r67893...platonides19:38, 15 June 2010

Status & tagging log