Skip to content

Commit bce4cf1

Browse files
committed
Merge pull request #683 from dart-lang/fix-spacing-in-nav
fix some subtle spacing issues
2 parents 5cf5a70 + 0de40e1 commit bce4cf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/resources/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ header.container-fluid {
5252
}
5353

5454
.body {
55-
margin-top: 16px;
55+
margin-top: 24px;
5656
}
5757

5858
section {
@@ -489,7 +489,8 @@ ol#sidebar li.section-title a {
489489
ol#sidebar li.section-title {
490490
font-size: 12px;
491491
text-transform: uppercase;
492-
font-weight: bold;
492+
line-height: 20px;
493+
margin-top: 24px;
493494
}
494495

495496
ol#sidebar li:first-child {

0 commit comments

Comments
 (0)