Explorar o código

floating table#toc to the right

Garrick van Buren %!s(int64=12) %!d(string=hai) anos
pai
achega
98df449f7e
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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;
 }