Browse Source

Show table of contents in smaller fonts

Talha Mansoor 11 years ago
parent
commit
19c0d46eec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/style.css

+ 4 - 0
static/css/style.css

@@ -364,3 +364,7 @@ ul.top-menu li a {
 img {
     border: 1px solid #EEEEEE;
 }
+
+.table-of-content .toc {
+font-size: 0.7em;
+}