From 95e03d14c0a14cacd6a6900226295d72e9b4e29d Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 28 Oct 2015 11:17:30 +0100 Subject: [PATCH] CSS: Reduce h2 margin and line-height refs #5543 --- public/css/icinga/base.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {