From 339bf02ef1d5001c1d1aed07200c8ede0b1f3afa Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 17:13:06 +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=20th=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= 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 24e043aa6..c5a888d1c 100644 --- a/css/default.css +++ b/css/default.css @@ -112,7 +112,7 @@ a:active {color:#000;text-decoration:underline} /* 기본테이블 */ .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} .basic_tbl caption {padding:0 0 10px;color:#777;text-align:left} -.basic_tbl thead th {padding:12px 0 8px;background:#334356;color:#fff} +.basic_tbl thead th {padding:12px 0 8px;background:#4193a7;color:#fff} .basic_tbl thead a {color:#fff} .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}