Skip to content

Commit

Permalink
CSS: Style headers
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 3b482a9 commit 01dcb31
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions public/css/icinga/base.less
Expand Up @@ -51,18 +51,33 @@ body {
line-height: 1.2;
}

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

h1 {
border-bottom: 1px solid @gray-lightest;
border-color: @gray-light;
font-size: 1.286em;
font-weight: normal;
margin: @vertical-padding 0;
}

h2 {
border-bottom: 1px solid @gray-lightest;
font-size: 1.143em;
}

h3 {
font-size: 1.143em;
}

h5 {
font-size: @font-size-smaller;
}

h6 {
font-size: @font-size-smaller;
font-weight: normal;
margin: @vertical-padding 0;
}

p {
Expand All @@ -72,7 +87,6 @@ p {

pre {
background-color: @gray-lightest;
color: @text-color-light;
font-family: @font-family-fixed;
padding: @vertical-padding @horizontal-padding;
}
Expand Down

0 comments on commit 01dcb31

Please sign in to comment.