Fix for tab wrapping in IE6 (bugs 288 and 119)
[lhc/web/wiklou.git] / skins / monobook / IE60Fixes.css
index ab5a97a..56fbc9f 100644 (file)
 }
 
 #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 {