From a8d5d04e52668dec769af406b00bb1e49fc50c12 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 24 Jan 2010 00:57:02 -0500 Subject: fix padding p problem --- static/style/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/default.css b/static/style/default.css index 084475c..669d601 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -53,7 +53,7 @@ h3 { padding-left: 0px; padding-right: 30px; } p { - margin-top: 4px; } + padding-top: 4px; } hr { height: 14px; padding: 1px; -- cgit v1.2.3