Skip to content

Commit

Permalink
CSS: Reduce h2 margin and line-height
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent 3e02007 commit 95e03d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/icinga/base.less
Expand Up @@ -30,7 +30,7 @@ a {
}

blockquote {
border-left: @vertical-padding solid @gray-light;
border-left: 6px solid @gray-light;
color: @text-color-light;
// Reset default margin
margin: 0;
Expand All @@ -44,7 +44,7 @@ body {
font-family: @font-family;
font-size: @font-size;
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
line-height: 1.3;
line-height: 1.2;
}

h1 {
Expand All @@ -58,6 +58,7 @@ h2 {
border-bottom: 1px solid @gray-lightest;
font-size: 1.143em;
font-weight: normal;
margin: @vertical-padding 0;
}

p {
Expand Down

0 comments on commit 95e03d1

Please sign in to comment.