diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-07-04 08:14:15 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-07-04 08:17:20 +1000 |
| commit | fb258f22de4b1ef633627deda7a36006cae58172 (patch) | |
| tree | 05bccc8c4e07dea1059bacfbd88dafd8bb6eccdc | |
| parent | 44ec28cfac9fa3f738e0e77ccca1d804125fd1dd (diff) | |
| download | rust-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.css | 3 |
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; } |
