(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:
parent
4cb78de05f
commit
9c9679f756
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue