attempt to fix to vertical sync issue

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-02 21:02:26 +01:00
parent 666bdcaaf8
commit 457f9f913d

View file

@ -157,22 +157,22 @@ body.doesWrap {
h1{ h1{
font-size: 30px; font-size: 30px;
line-height: 35px; line-height: 30px;
} }
h2{ h2{
font-size: 25px; font-size: 25px;
line-height: 30px; line-height: 25px;
} }
h3{ h3{
font-size: 20px; font-size: 20px;
line-height: 25px; line-height: 20px;
} }
h4{ h4{
font-size: 15px; font-size: 15px;
line-height: 20px; line-height: 15px;
} }
p { p {