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; }