CSS: Don't set line-height on body

refs #10295
This commit is contained in:
Eric Lippmann 2015-10-05 13:20:12 +02:00
parent 98e0081d81
commit c6814e9f93
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ body {
color: @text-color;
font-family: @font-family;
font-size: @font-size;
line-height: @line-height;
}
h1 {