Tighten up spacing

This commit is contained in:
Will Rossiter 2012-11-10 11:48:42 +13:00
parent a8416221f8
commit 6a6b168da7

View File

@ -81,7 +81,7 @@ ul { margin: 14px 0 21px 20px; }
}
li ul,
li ol {
margin-top: 7px;
margin: 0 0 7px 20px;
}
dl { margin: 7px 0 21px 0; }
@ -103,14 +103,14 @@ h1 {
h2 {
font-size: 24px;
line-height: 28px;
margin: 35px 0 14px;
margin: 21px 0 7px;
color: #111;
}
h3 {
font-size: 18px;
line-height: 21px;
margin: 35px 0px 14px;
margin: 21px 0 7px;
color: #111;
}