From 3c0103ceadea128dee04426d6793bf79e8c42c49 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Tue, 25 Jun 2013 15:53:20 -0300 Subject: [PATCH] More padding/margin fixes --- demo/demo.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/demo.css b/demo/demo.css index 0cf4489..fe03ca5 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -7,7 +7,7 @@ body { font-family: Verdana, Helvetica, Arial, sans-serif; box-shadow: 0 0 5px #000; box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5); - padding: 7px 25px; + padding: 7px 25px 70px; background-color: #FFF; } h1, h2, h3, h4, h5, h6 { @@ -27,7 +27,6 @@ form { } section { margin-top: 40px; - margin-bottom: 40px; } dt { font-weight: bold;