From d3d6e9a0e0277d7823ceb323e1f730c286ff8200 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 18 Jun 2013 09:14:19 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20FF=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20table=20=EB=B0=80=EB=A6=AC=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 145844801..29fcb7a65 100644 --- a/css/admin.css +++ b/css/admin.css @@ -184,7 +184,7 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f #sort_mb {width:800px} /* 테이블 */ -table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} +table {clear:both;margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} caption {padding:10px 0 15px;font-weight:bold;text-align:left} thead th {padding:12px 0 8px;border-bottom:1px solid #666;background:#565e60;color:#fff} thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */