(bug 2796) Remove selector that will never match
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 19:23:21 +0000 (19:23 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 19:23:21 +0000 (19:23 +0000)
 #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

index 0f75e43..0bf1c3b 100644 (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;