better line-height on code samples

This commit is contained in:
Dayle Rees 2012-04-03 09:08:39 +01:00
parent a75c2bb1b3
commit 63a3e2b5ee
1 changed files with 6 additions and 1 deletions

View File

@ -218,7 +218,12 @@ pre
font-size:0.8em; font-size:0.8em;
background-color:#f5f5f5; background-color:#f5f5f5;
text-shadow:1px 1px 0 #fff; text-shadow:1px 1px 0 #fff;
line-height:1.7em; line-height:1.5em;
}
.content pre li
{
margin:0.2em 0;
} }
code code