Skip to content

Commit e698a39

Browse files
committed
doc: Fix margins around tables of contents
There is no space between the TOC and the succeeding para.
1 parent 22d62fc commit e698a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rust.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ dd {
275275

276276
nav ul {
277277
list-style-type: none;
278-
margin: 0;
278+
margin: 0 0 20px 0;
279279
padding-left: 0px;
280280
}
281281

0 commit comments

Comments
 (0)