base.less: move default font size to lower layer

This commit is contained in:
Thomas Gelf 2015-11-04 17:17:41 +01:00
parent 5cf4790856
commit 62b302bedd
1 changed files with 4 additions and 1 deletions

View File

@ -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 {