mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
auto merge of #15387 : huonw/rust/toc-space, r=alexcrichton
A margin for the top level list was leaking into nested ones. before; after: 
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user