From 98b7c7992c90100b6406b3024a00731c778c10b8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 8 Jan 2013 15:02:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EA=B8=80=20=EC=8A=A4=ED=82=A8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/def.css b/css/def.css index 569323a03..e172bb824 100644 --- a/css/def.css +++ b/css/def.css @@ -205,8 +205,8 @@ h6 {margin:0 0 20px} /* 최신글 */ .latest {clear:both;margin-bottom:30px;padding:20px;border:1px solid #eee;font-size:0.8em} -.latest strong {display:block;float:left;margin-top:5px;width:200px} -.latest ul {float:left;margin:0;padding:0;list-style:none} +.latest strong {display:inline-block;margin-bottom:15px} +.latest ul {margin:0;padding:0;list-style:none} .latest li a {display:inline-block;padding:4px 0} .latest p {padding:0} .latest_more {clear:both;text-align:right}