Fix active tab padding-bottom to remain untouched, reverting a line added in r11335.
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 17 May 2010 18:37:49 +0000 (18:37 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 17 May 2010 18:37:49 +0000 (18:37 +0000)
The line actually reduced the padding-bottom from 0.3em to 0.2em, which broke
the active tab effect for webkit browsers (including Safari and Chrome), but
not in Firefox. Appearance of active tab is now again the same as non-active
tabs with mouseover.

Original log entry:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
r11335 | tomgilder | 2005-10-13 07:18:35 +0200 (Thu, 13 Oct 2005) | 2 lines

Make active tabs ever so slightly more obvious with color/padding

skins/monobook/main.css

index a1311a7..c220c8c 100644 (file)
@@ -826,7 +826,6 @@ li#pt-login {
 }
 #p-cactions li.selected a {
        z-index: 3;
-       padding: 0 1em .2em!important;
        background-color: white;
 }
 #p-cactions .new a {