From e3ac291b3abee4dc5776381389db842eef0238be Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 30 Nov 2007 04:17:55 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A7=81=EB=85=B8=ED=8A=B8?= =?UTF-8?q?=20=EB=AA=A8=EB=93=88=EC=97=90=EC=84=9C=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=9D=98=20ul,=20ol=20=EC=97=90=20=EB=8C=80=ED=95=B4=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20margin-left=EB=A5=BC=20=EB=91=90=EC=96=B4?= =?UTF-8?q?=EC=84=9C=20depth=20=ED=91=9C=EC=8B=9C=20=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3117 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/springnote/skins/xe_official/css/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/springnote/skins/xe_official/css/common.css b/modules/springnote/skins/xe_official/css/common.css index da2b01469..d1bfe469f 100644 --- a/modules/springnote/skins/xe_official/css/common.css +++ b/modules/springnote/skins/xe_official/css/common.css @@ -37,3 +37,4 @@ .pageInfo td a:hover { text-decoration:underline; } { border:1px solid #CCCCCC; margin-bottom:10px; } .pageView { border:1px solid #E3E3E2; padding:20px; margin-bottom:10px; } +.pageView .xhtmlEditorBody ol, .pageView .xhtmlEditorBody ul { margin-left:20px; }