about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-06-19 16:12:11 -0700
committerBrian Anderson <banderson@mozilla.com>2014-06-19 16:14:49 -0700
commite698a397a8e4ffe545376571c01e413088d9049a (patch)
treefc6937c2da2abeee3124266e08b15e811c0516d6
parent22d62fc8e1472fdc30a83bc18c8e10687f7e8c6e (diff)
downloadrust-e698a397a8e4ffe545376571c01e413088d9049a.tar.gz
rust-e698a397a8e4ffe545376571c01e413088d9049a.zip
doc: Fix margins around tables of contents
There is no space between the TOC and the succeeding para.
-rw-r--r--src/doc/rust.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rust.css b/src/doc/rust.css
index 3957231a195..b9d585c953c 100644
--- a/src/doc/rust.css
+++ b/src/doc/rust.css
@@ -275,7 +275,7 @@ dd {
 
 nav ul {
     list-style-type: none;
-    margin: 0;
+    margin: 0 0 20px 0;
     padding-left: 0px;
 }