From: Gabriel Wicke Date: Mon, 17 May 2010 18:37:49 +0000 (+0000) Subject: Fix active tab padding-bottom to remain untouched, reverting a line added in r11335. X-Git-Tag: 1.31.0-rc.0~36811 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=fd97cedda51012ade9795e3772829a0ebaed6e10;p=lhc%2Fweb%2Fwiklou.git Fix active tab padding-bottom to remain untouched, reverting a line added in r11335. 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 --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index a1311a7ce3..c220c8c26c 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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 {