From 62b302bedd679d2730f6eb022c5f5b6672067b5b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 4 Nov 2015 17:17:41 +0100 Subject: [PATCH] base.less: move default font size to lower layer --- public/css/icinga/base.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 595085c844..577824cb7f 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -102,9 +102,12 @@ td, th { background-color: @body-bg-color; color: @text-color; font-family: @font-family; +} + +#main, #sidebar, #header { 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; + line-height: 1.5; } @media print {