From d0e196c6cf558228fd14bdfad2f4a77c1eb2db78 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 4 Nov 2015 14:07:50 +0100 Subject: [PATCH] Decrease default font sizes refs #5543 --- public/css/icinga/base.less | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index be481fd4b..294f0750c 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -1,12 +1,11 @@ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ -@font-size: 0.875em; // 14 px -@font-size-smaller: 0.857em; // 12 px -@font-size-small: 0.786em; // 11 px +@font-size: 0.750em; // 12px +@font-size-small: 0.833em; // 10px @font-weight-bold: 600; -@vertical-padding: 0.429em; // 6 px -@horizontal-padding: 0.857em; // 12 px +@vertical-padding: 0.5em; // 6px +@horizontal-padding: 1em; // 12px // Make padding not affect the final computed width of an element html { @@ -71,11 +70,11 @@ h3 { } h5 { - font-size: @font-size-smaller; + font-size: @font-size-small; } h6 { - font-size: @font-size-smaller; + font-size: @font-size-small; font-weight: normal; }