소스 검색

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;
 }