From b6a29efc1ba6079fe599db7dd0d971c8694dba7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 28 Jan 2013 18:04:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20=EB=B0=91=EC=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 721782cdc..738f97e9f 100644 --- a/css/default.css +++ b/css/default.css @@ -307,7 +307,7 @@ table a {color:#000;text-decoration:none} /* 게시판 댓글 */ #bo_vc {margin:0 20px 10px;padding:10px 20px 20px 20px;background:#f7f7f2} #bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #e0e0e0} +#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #e7e7e7} #bo_vc header {position:relative;zoom:1} #bo_vc header:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}