From aa377a2a5bf9b0953591e6a178a1f95e5cc2c3e6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 1 Feb 2013 17:57:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=ED=85=8C=EC=9D=B4=EB=B8=94=20tfoot=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 5da389c41..35f9fb4a8 100644 --- a/css/default.css +++ b/css/default.css @@ -100,8 +100,8 @@ pre {overflow-x:scroll;font-size:1.1em} /* 기본테이블 */ table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9} -tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:center} +tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} +tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} caption {padding:0 0 10px;text-align:left} th {padding:12px 0 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd} th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */