auto merge of #15048 : brson/rust/toc-margin, r=alexcrichton

There is no space between the TOC and the succeeding para.

See http://doc.rust-lang.org/guide-pointers.html for example.
This commit is contained in:
bors 2014-06-20 11:01:33 +00:00
commit 311890ccfe

View File

@ -275,7 +275,7 @@ dd {
nav ul {
list-style-type: none;
margin: 0;
margin: 0 0 20px 0;
padding-left: 0px;
}