Skip to content

Commit

Permalink
A few changes to the style, specifically for h3 + h3
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago authored and ry committed Nov 14, 2010
1 parent 17595b5 commit 09e60aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api_assets/style.css
Expand Up @@ -109,14 +109,18 @@ h3 {
margin: 1.6em 0 1em;
}

h3 + h3 {
margin: 0 0 0.5em;
}

h4 {
font-size: 1.3em;
line-height: 1.1282em;
margin: 2.2em 0 1.25em;
margin: 2.2em 0 0.5em;
}

h4 + h4 {
margin: 0 0 1.25em;
margin: 0 0 0.5em;
}

h5 {
Expand Down

0 comments on commit 09e60aa

Please sign in to comment.