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;