From 9c9679f7561ee627c84e7173fe09d57375040318 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 10 Oct 2008 19:23:21 +0000 Subject: [PATCH] (bug 2796) Remove selector that will never match #p-tbx has never actually matched anything that I know of: the correct id is #p-tb. Maybe it would be better to switch the rule to actually apply to #p-tb, but nobody has actually pointed out what this will do for two years, and for all I know it will break something. So delete it so the source code matches how it actually works. --- skins/monobook/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 0f75e4334d..0bf1c3ba0e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -892,10 +892,6 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { text-transform: lowercase; } -/* -** the remaining portlets -*/ -#p-tbx, #p-lang { position: relative; z-index: 3; -- 2.20.1