From 60c140b78bd8db22eac13b9e41edbe8bc3b2cc58 Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Wed, 12 Jan 2005 23:31:42 +0000 Subject: [PATCH] Fix for tab wrapping in IE6 (bugs 288 and 119) --- skins/monobook/IE60Fixes.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index ab5a97a7c7..56fbc9fd4b 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -29,16 +29,21 @@ } #p-cactions li { - float: left; - padding-top: 0; padding-bottom: 0 !important; - height: 0.9em; + border: none; + background-color: transparent; + cursor: default; + float: none !important; } #p-cactions li a { - display: block; - padding-bottom: 0.045em; + display: inline-block !important; + vertical-align: top; + padding-bottom: 0; + border: solid #aaa; + border-width: 1px 1px 0; } #p-cactions li.selected a { + border-color: #fabd23; padding-bottom: 0.17em; } #p-cactions li a:hover { -- 2.20.1