base.less: move default font size to lower layer
This commit is contained in:
parent
5cf4790856
commit
62b302bedd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue