瀏覽代碼

Website: Change height of toc

Carsten Dominik 16 年之前
父節點
當前提交
472e9589d5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ORGWEBPAGE/org.css

+ 4 - 4
ORGWEBPAGE/org.css

@@ -14,18 +14,18 @@
 
   h1 {font-size: 14pt;}
 
-  #table-of-contents {
+#table-of-contents {
 	font-size: 85%;
 	position: fixed;
 	display: block;
 	left: 10px;
 	top: 180px;
 	width: 200px;
-	height: 600px;
+	min-height:60px;
+	max-height:55%;
 	line-height: 1.4em;
 	overflow:auto;
-        border-style:none;
-  }
+}
 
   #table-of-contents h2 {
 	display:none;