From fd97cedda51012ade9795e3772829a0ebaed6e10 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 17 May 2010 18:37:49 +0000 Subject: [PATCH] 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 --- skins/monobook/main.css | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.20.1