From: Tom Gilder Date: Wed, 12 Jan 2005 23:31:42 +0000 (+0000) Subject: Fix for tab wrapping in IE6 (bugs 288 and 119) X-Git-Tag: 1.5.0alpha1~955 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=60c140b78bd8db22eac13b9e41edbe8bc3b2cc58;p=lhc%2Fweb%2Fwiklou.git Fix for tab wrapping in IE6 (bugs 288 and 119) --- 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 {