From 6129ae58cc60690ce5ee16b2ed34c383572d771e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 17:23:11 +0200 Subject: [PATCH] CSS: Style pre refs #5543 --- public/css/icinga/base.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 9785eee9d..53e1b31ed 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -54,6 +54,13 @@ p { margin: 0; } +pre { + background-color: @gray-lightest; + color: @text-color-light; + font-family: @font-family-fixed; + padding: @vertical-padding @horizontal-padding; +} + table { border-collapse: separate; border-spacing: 0 1px;