fix line-height on topic titles

This commit is contained in:
Jeff Atwood 2013-10-21 00:51:11 -07:00
parent 2ac8f3d20b
commit 1a0e800afb
2 changed files with 3 additions and 2 deletions

View File

@ -469,7 +469,7 @@ iframe {
max-width: 800px;
width: 90%;
margin: 7px 0 0 0;
line-height: 1.1;
line-height: 1.0;
}

View File

@ -20,7 +20,8 @@ margin: -20px 0 0 0;
h1 {
font-size: 2em;
font-size: 2em;
line-height: 1.0;
margin: 0;