(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.
This commit is contained in:
Aryeh Gregor 2008-10-10 19:23:21 +00:00
parent 4cb78de05f
commit 9c9679f756

View file

@ -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;