Skip to content

Commit

Permalink
Crunch h1 and h2 vertical padding a little
Browse files Browse the repository at this point in the history
  • Loading branch information
i80and committed Aug 7, 2015
1 parent a71d657 commit 7c85047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/mongodb/static/mongodb-docs.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ a:hover {
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
line-height: 24px;
color: #313030;
margin: 0;
padding: 0;
}

div.body h1, div.body h2 { line-height: 0px; }
div.body h3, div.body h4, div.body h5, div.body h6 { line-height: 24px; }

div.body h1 {
border-top: none;
font-size: 36px;
Expand Down

0 comments on commit 7c85047

Please sign in to comment.