Follow-up r93386: fix editsection when user language direction != content lang dir
[lhc/web/wiklou.git] / skins / common / shared.css
index f01b4b4..86e87b1 100644 (file)
@@ -84,12 +84,9 @@ div#mw-js-message {
 
 /* Edit section links */
 .editsection {
-       float: right;
        margin-left: 5px;
+       unicode-bidi: embed;
 }
-/* Correct directionality when page dir is different from site/user dir */
-/* @noflip */.mw-content-ltr .editsection, .mw-content-rtl .mw-content-ltr .editsection { float: right; }
-/* @noflip */.mw-content-rtl .editsection, .mw-content-ltr .mw-content-rtl .editsection { float: left; }
 /**
  * File histories
  */
@@ -783,4 +780,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