From 9f43399947986325eadd6861d2183f37acb42180 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 13 Jan 2009 13:49:05 -0800 Subject: [PATCH] Tweaking the static div margin spacing slightly. --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 20dad8a..ceb21ee 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -542,7 +542,7 @@ h1 { .static_note_div { -moz-border-radius: 5px; display: block; - padding: 1.5em 1em 1em 1.5em; + padding: 1.5em 1.25em 1em 1.5em; font-family: sans-serif; overflow: hidden; border: 2px solid #999999;