Преглед изворни кода

floating table#toc to the right

Garrick van Buren пре 12 година
родитељ
комит
98df449f7e
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      assets/stylesheets/foreground.css

+ 10 - 0
assets/stylesheets/foreground.css

@@ -195,6 +195,16 @@ p.title {
 
 /* TABLES */
 
+.mw-content-ltr table#toc {
+  float:right;
+  width: auto;
+}
+
+.mw-content-rtl table#toc {
+  float:left;
+  width: auto;
+}
+
 table.formtable {
   border: none;
 }