Skip to content

Commit

Permalink
CSS: Adjust header margins and font sizes
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent fec21af commit 35e0c32
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions public/css/icinga/base.less
Expand Up @@ -51,22 +51,24 @@ body {

h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid @gray-lighter;
font-size: 1em;
font-weight: @font-weight-bold;
margin: @vertical-padding 0;
margin: 0.556em 0 0.333em;
}

h1 {
border-color: @gray-light;
font-size: 1.286em;
font-size: 1.5em;
}

h2 {
font-size: 1.143em;
font-size: 1.333em;
}

h3 {
font-size: 1.143em;
font-size: 1.167em;
}

h4 {
font-size: 1em;
}

h5 {
Expand Down

0 comments on commit 35e0c32

Please sign in to comment.