From: Aryeh Gregor Date: Fri, 10 Oct 2008 19:23:21 +0000 (+0000) Subject: (bug 2796) Remove selector that will never match X-Git-Tag: 1.31.0-rc.0~44803 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=9c9679f7561ee627c84e7173fe09d57375040318;p=lhc%2Fweb%2Fwiklou.git (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. --- 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;