Jelajahi Sumber

floating table#toc to the right

Garrick van Buren 12 tahun lalu
induk
melakukan
98df449f7e
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 10 0
      assets/stylesheets/foreground.css

+ 10 - 0
assets/stylesheets/foreground.css

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