Skip to content

Commit

Permalink
Remove margin above <h1>.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52389 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tkremenek committed Jun 17, 2008
1 parent 414322c commit d8bdc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ html, body {

h1, h2, h3, tt { color: #000 }

h1 { padding-top:0px; margin-top:0px;}
h2 { color:#333333; padding-top:1em; }
h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
li { padding-bottom: 0.5em; }
Expand Down

0 comments on commit d8bdc19

Please sign in to comment.