about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-07-04 08:14:15 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2014-07-04 08:17:20 +1000
commitfb258f22de4b1ef633627deda7a36006cae58172 (patch)
tree05bccc8c4e07dea1059bacfbd88dafd8bb6eccdc
parent44ec28cfac9fa3f738e0e77ccca1d804125fd1dd (diff)
downloadrust-fb258f22de4b1ef633627deda7a36006cae58172.tar.gz
rust-fb258f22de4b1ef633627deda7a36006cae58172.zip
doc: reduce spacing of table of contents.
A margin for the top level list was leaking into nested ones.
-rw-r--r--src/doc/rust.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rust.css b/src/doc/rust.css
index b9d585c953c..3dd770fd976 100644
--- a/src/doc/rust.css
+++ b/src/doc/rust.css
@@ -132,6 +132,7 @@ nav {
     -moz-column-count: 2;
     -webkit-column-count: 2;
     font-size: 15px;
+    margin: 0 0 1em 0;
 }
 p {
     margin: 0 0 1em 0;
@@ -275,7 +276,7 @@ dd {
 
 nav ul {
     list-style-type: none;
-    margin: 0 0 20px 0;
+    margin: 0;
     padding-left: 0px;
 }