Add h1 top/bottom margin.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Thu, 15 Dec 2011 15:43:59 -0500
changeset 295 241be3897afd
parent 294 efe036bef662
child 296 e994be052519
Add h1 top/bottom margin.
site.css
--- a/site.css	Wed Dec 14 22:41:34 2011 -0800
+++ b/site.css	Thu Dec 15 15:43:59 2011 -0500
@@ -33,6 +33,8 @@
 h1 {
 font-size: 2.0em;
 font-family: "aller-bold", Georgia, Serif;
+margin-top: .5em;
+margin-bottom: .5em;
 }
 
 p {