From: Daniel Friesen Date: Mon, 12 Mar 2012 05:24:54 +0000 (+0000) Subject: Revert r113610, it appears it's impossible to fix vector in a sane way. If we try... X-Git-Tag: 1.31.0-rc.0~24292 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=eb5ef99c174f285eec13341d8f97dc1e7081d7d2;p=lhc%2Fweb%2Fwiklou.git 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. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 23f951d9f3..d48b5f81e5 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -40,6 +40,7 @@ div#content { /* Head */ #mw-page-base { height: 5em; + background-color: white; /* @embed */ background-image: url(images/page-fade.png); background-position: bottom left; @@ -155,7 +156,6 @@ div.vectorTabs ul > li { display: block; } div.vectorTabs li.selected { - background-color: white; /* @embed */ background-image: url(images/tab-current-fade.png); }