From 6a14bbe50fdb1bfabae27a95d0308c471bf73d8c Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 5 Dec 2007 03:23:49 +0000 Subject: [PATCH] =?UTF-8?q?=C3=AA=C2=B8=C2=B0=C3=AB=C2=B3=C2=B8=20=C3=AB?= =?UTF-8?q?=C2=B8=C2=94=C3=AB=C2=A1=C2=9C=C3=AA=C2=B7=C2=B8=20=C3=AB=C2=A0?= =?UTF-8?q?=C2=88=C3=AC=C2=9D=C2=B4=C3=AC=C2=95=C2=84=C3=AC=C2=9B=C2=83?= =?UTF-8?q?=C3=AC=C2=97=C2=90=C3=AC=C2=84=C2=9C=20=C3=AC=C2=9C=C2=84=C3=AC?= =?UTF-8?q?=C2=A0=C2=AF=C3=AC=C2=9D=C2=98=20=C3=AA=C2=B8=C2=80=C3=AC=C2=82?= =?UTF-8?q?=C2=AC=C3=AC=C2=9D=C2=B4=20=C3=AA=C2=B0=C2=84=C3=AA=C2=B2=C2=A9?= =?UTF-8?q?=C3=AC=C2=9D=C2=84=20=C3=AB=C2=84=C2=93=C3=AD=C2=9E=C2=98?= 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@3156 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blog/skins/xe_blog/css/common.css b/modules/blog/skins/xe_blog/css/common.css index a7e57ed0c..d1d225514 100644 --- a/modules/blog/skins/xe_blog/css/common.css +++ b/modules/blog/skins/xe_blog/css/common.css @@ -289,5 +289,5 @@ Jeong, Chan Myeong 070601~070630 /* widget common css */ .blog_widget_ h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } .blog_widget_ .items { padding:10px; overflow:hidden;} -.blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} +.blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_ .items li a { color:#a4a4a4; margin-right:1em; }