diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-06-19 16:12:11 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-06-19 16:14:49 -0700 |
| commit | e698a397a8e4ffe545376571c01e413088d9049a (patch) | |
| tree | fc6937c2da2abeee3124266e08b15e811c0516d6 | |
| parent | 22d62fc8e1472fdc30a83bc18c8e10687f7e8c6e (diff) | |
| download | rust-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.css | 2 |
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; } |
