Skip to content

Commit

Permalink
CSS: Remove border-bottom on headers except for h1
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 9, 2015
1 parent 27e1eb6 commit 75cfce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/base.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 75cfce0

Please sign in to comment.