From aa208bf5b3c0fbaa7a53e6f6e8306dce35ee1a92 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Tue, 25 Jun 2013 15:49:19 -0300 Subject: [PATCH] Increased bottom margin in the demo --- demo/demo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/demo.css b/demo/demo.css index 7b4d837..0cf4489 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -27,6 +27,7 @@ form { } section { margin-top: 40px; + margin-bottom: 40px; } dt { font-weight: bold; @@ -52,4 +53,4 @@ dt { dt:target { background-color: Highlight; color: HighlightText; -} \ No newline at end of file +}