Remove semantically incorrect wrapper table from toc and replace it with an inline...
[lhc/web/wiklou.git] / skins / common / shared.css
index f01b4b4..b0d0689 100644 (file)
@@ -783,4 +783,14 @@ div.floatright, table.floatright, div.floatleft, table.floatleft {
 }
 
 /* bug 12205 */
-#mw-credits a { unicode-bidi: embed; }
\ No newline at end of file
+#mw-credits a { 
+       unicode-bidi: embed;
+}
+
+/* Standard toc */
+#toc {
+       display: inline-block;
+       /* IE6+7 workaround */
+       zoom: 1;
+       display: inline !ie;
+}
\ No newline at end of file