From a5c68158f7f221df38f5edb0b5162df485e1390e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 12 Jan 2009 16:30:46 -0800 Subject: [PATCH] Fixing spacing around forms in static note divs. --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 30f4251..08713d1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -561,6 +561,11 @@ h1 { line-height: 140%; } +.static_note_contents form { + margin-top: 1em; + margin-bottom: 1em; +} + .static_note_contents h3 { padding-bottom: 0.25em; border-bottom: 1px solid #dddddd;