r52822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52821‎ | r52822 | r52823 >
Date:00:11, 7 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Made things look a little better without images
Modified paths:
  • /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
@@ -8,6 +8,7 @@
99 font-size: small;
1010 }
1111 body {
 12+ background-color: #f3f3f3;
1213 background-image: url(images/page-base.png);
1314 }
1415 /* Content */
@@ -102,6 +103,7 @@
103104 height: 100%;
104105 margin: 0;
105106 padding: 0;
 107+ background-color: #f3f3f3;
106108 background-image: url(images/tab-normal-fade.png);
107109 background-position: bottom left;
108110 background-repeat: repeat-x;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -21,6 +21,7 @@
2222 font-size: small;
2323 }
2424 body {
 25+ background-color: #f3f3f3;
2526 background-image: url(images/page-base.png);
2627 }
2728 /* Content */
@@ -115,6 +116,7 @@
116117 height: 100%;
117118 margin: 0;
118119 padding: 0;
 120+ background-color: #f3f3f3;
119121 background-image: url(images/tab-normal-fade.png);
120122 background-position: bottom right;
121123 background-repeat: repeat-x;

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log