r113611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113610‎ | r113611 | r113612 >
Date:05:24, 12 March 2012
Author:dantman
Status:ok
Tags:
Comment:
Revert r113610, it appears it's impossible to fix vector in a sane way. If we try to fix it without images then the white in the version with images that's supposed to be there disappears. And that can't be fixed because that part of vector uses a variable em height disabling the ability to fix the issue by editing the uploaded image.
Modified paths:
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/screen.css
@@ -40,6 +40,7 @@
4141 /* Head */
4242 #mw-page-base {
4343 height: 5em;
 44+ background-color: white;
4445 /* @embed */
4546 background-image: url(images/page-fade.png);
4647 background-position: bottom left;
@@ -155,7 +156,6 @@
156157 display: block;
157158 }
158159 div.vectorTabs li.selected {
159 - background-color: white;
160160 /* @embed */
161161 background-image: url(images/tab-current-fade.png);
162162 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113610Tweak background colours in Vector's css so that Vector looks sane when image...dantman04:34, 12 March 2012

Status & tagging log