From eb5ef99c174f285eec13341d8f97dc1e7081d7d2 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Mon, 12 Mar 2012 05:24:54 +0000 Subject: [PATCH] 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. --- skins/vector/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1