From 99889b1b45b8433f2a08507548e3630c2d6b4a6f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 27 Apr 2004 16:44:35 +0000 Subject: [PATCH] tab hover feedback also on ie5.5 --- stylesheets/monobook/IE55Fixes.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index bdeb81488d..b9e12042ad 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -45,6 +45,9 @@ body { #portlet-contentViews li a:hover { padding-bottom: 0.1em; } +#portlet-contentViews li a:hover { + padding-bottom: 0.5em; +} #portlet-contentViews li a { z-index: 0 !important; } -- 2.20.1