From eb2b3dbe04d486e5fefb74bd1a026241c73acb59 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 22:57:15 +0530 Subject: [PATCH] p problems? --- edgware/static/css/articleDemo.css | 7 ++++++- edgware/static/css/editor.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/edgware/static/css/articleDemo.css b/edgware/static/css/articleDemo.css index 21a0930..eade9c1 100644 --- a/edgware/static/css/articleDemo.css +++ b/edgware/static/css/articleDemo.css @@ -9,7 +9,12 @@ margin-top:5px; margin-left: 25px; float:left; - } + } + +p { + padding: 0px; + margin: 0px; +} .page { diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 7460c0c..594b347 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -5,6 +5,11 @@ body { font-family: Helvetica, sans-serif; } +p { + padding: 0px; + margin: 0px; +} + #ajaxBusy { position: fixed; top: 10px;