Bläddra i källkod

floating table#toc to the right

Garrick van Buren 12 år sedan
förälder
incheckning
98df449f7e
1 ändrade filer med 10 tillägg och 0 borttagningar
  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;
 }