CSS: Set line-height on body

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 16:46:01 +02:00
parent 1da28ba43c
commit ca6ed701aa
1 changed files with 2 additions and 1 deletions

View File

@ -11,9 +11,9 @@ html {
}
a {
// Reset defaults
color: inherit;
font-weight: @font-weight-bold;
line-height: @line-height;
text-decoration: none;
&:hover {
@ -26,6 +26,7 @@ body {
color: @text-color;
font-family: @font-family;
font-size: @font-size;
line-height: @line-height;
}
h1 {