From 5cf47908562d0d56a9a9de87f3b728f54719c3d4 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 4 Nov 2015 16:27:02 +0100 Subject: [PATCH] CSS: Move body style to #layout refs #5543 --- public/css/icinga/base.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 7691380d8..595085c84 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -38,15 +38,6 @@ blockquote { padding: 0.667em 0.333em; } -body { - background-color: @body-bg-color; - color: @text-color; - 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.2; -} - h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid @gray-lighter; font-weight: @font-weight-bold; @@ -107,6 +98,15 @@ td, th { } } +#layout { + background-color: @body-bg-color; + color: @text-color; + 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.2; +} + @media print { .dont-print { display: none;