Skip to content

Commit

Permalink
base.less: move default font size to lower layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 4, 2015
1 parent 5cf4790 commit 62b302b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/css/icinga/base.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 62b302b

Please sign in to comment.