Skip to content

Commit

Permalink
doc: reduce spacing of table of contents.
Browse files Browse the repository at this point in the history
A margin for the top level list was leaking into nested ones.
  • Loading branch information
huonw committed Jul 3, 2014
1 parent 44ec28c commit fb258f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/rust.css
Expand Up @@ -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;
Expand Down Expand Up @@ -275,7 +276,7 @@ dd {

nav ul {
list-style-type: none;
margin: 0 0 20px 0;
margin: 0;
padding-left: 0px;
}

Expand Down

5 comments on commit fb258f2

@bors
Copy link
Contributor

@bors bors commented on fb258f2 Jul 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at huonw@fb258f2

@bors
Copy link
Contributor

@bors bors commented on fb258f2 Jul 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging huonw/rust/toc-space = fb258f2 into auto

@bors
Copy link
Contributor

@bors bors commented on fb258f2 Jul 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huonw/rust/toc-space = fb258f2 merged ok, testing candidate = 36d7d74

@bors
Copy link
Contributor

@bors bors commented on fb258f2 Jul 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 36d7d74

Please sign in to comment.