CSS: Remove border-bottom on headers except for h1

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-09 11:41:10 +01:00
parent 27e1eb6661
commit 75cfce09d2
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ blockquote {
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid @gray-lighter;
font-weight: @font-weight-bold;
margin: 0.556em 0 0.333em;
}
h1 {
font-size: 1.5em;
border-bottom: 1px solid @gray-lighter;
font-size: 1.333em;
}
h2 {