fix linehieght in haedings

This commit is contained in:
Nils Rokita 2012-01-04 16:21:19 +01:00
parent 9944dfc821
commit f4ee2bac03

View file

@ -66,6 +66,14 @@ body.grayedout { background-color: #eee !important }
line-height: 16px; /* overridden by body.style */
}
span.h1 {
line-height: 30px;
}
span.h2 {
line-height: 25px;
}
body.doesWrap {
white-space: normal;
}