diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 88e094daa..839e3345c 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -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; @@ -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 { @@ -58,6 +58,7 @@ h2 { border-bottom: 1px solid @gray-lightest; font-size: 1.143em; font-weight: normal; + margin: @vertical-padding 0; } p {