From ed14795d1fef3613db371fe040663ec2bcde1ad1 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 12 Mar 2012 19:15:23 -0700 Subject: [PATCH] adding some formatting tweaks --- templates/page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/page.html b/templates/page.html index 3467db3..c1053e4 100644 --- a/templates/page.html +++ b/templates/page.html @@ -69,14 +69,14 @@ $def with (title, body) font-size: 1.3em; font-weight: bold; text-align: center; - padding-bottom: 20px; + padding-bottom: 5px; padding-top: 10px; } h2 { font-size: 1.1em; font-weight: bold; padding-bottom:5px; - padding-top:5px; + padding-top:20px; } p { padding-bottom: 5px; @@ -84,7 +84,7 @@ $def with (title, body) form { text-align: center; padding: 10px; - } + } $:body