From 74b83d0d4b5bf7d618205497e4d51bd25b6e1a88 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Sep 2015 10:23:33 +0200 Subject: [PATCH] CSS: Style blockquote refs #5543 --- public/css/icinga/base.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index a0987aeeac..f86aaa69a1 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -25,6 +25,15 @@ a { } } +blockquote { + border-left: 6px solid @gray-light; + color: @text-color-light; + // Reset default margin + margin: 0; + font-family: @font-family-fixed; + padding: @vertical-padding @horizontal-padding; +} + body { background-color: @body-bg-color; color: @text-color; @@ -35,14 +44,14 @@ body { h1 { font-size: 18px; - line-height: 22px; font-weight: normal; + line-height: 22px; } h2 { font-size: 16px; - line-height: 19px; font-weight: normal; + line-height: 19px; } p {