관리자: 테이블 캡션 스타일 수정

This commit is contained in:
whitedot
2012-12-14 16:57:12 +09:00
parent 6ef5febee2
commit 3bc5adb443

View File

@ -86,8 +86,8 @@ fieldset button:focus, .fieldset_submit:focus {padding:0 15px;height:23px;border
.frm_list a:focus, .frm_list a:hover {background:#f6f9fa}
/* 테이블 */
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
caption {padding-bottom:15px;color:#5b7c89;text-align:left;font-size:1em;font-weight:bold}
table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff}
caption {padding:10px 0 15px;color:#5b7c89;text-align:left;font-size:1em;font-weight:bold}
caption p {margin:7px 0 0;padding:0;color:#6b8088;font:0.75em normal}
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
th label {display:block}