Merged my changes from 1.4
[lhc/web/wiklou.git] / skins / monobook / IE55Fixes.css
index ad20b20..2f78561 100644 (file)
@@ -37,16 +37,21 @@ body { font-size: xx-small; }
     float: none;
 }
 #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 {