From 5a6c36c0d9d3f882c88e9f616f4ab4ce2c040d29 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 13 Sep 2010 02:10:42 +0000 Subject: [PATCH] * change the margin of p. --- www/js/jquery/kindeditor/skins/common/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/jquery/kindeditor/skins/common/editor.css b/www/js/jquery/kindeditor/skins/common/editor.css index bc4acc015d..78e6127f81 100644 --- a/www/js/jquery/kindeditor/skins/common/editor.css +++ b/www/js/jquery/kindeditor/skins/common/editor.css @@ -13,7 +13,7 @@ td { font: 12px/1.5 "sans serif",tahoma,verdana,helvetica; } p { - margin: 5px 0; + margin: 0; } .ke-flash { border:1px solid #AAAAAA; @@ -44,4 +44,4 @@ table { } table.ke-zeroborder td { border:1px dotted #AAAAAA; -} \ No newline at end of file +}