공통: css 불필요한 important 제거

This commit is contained in:
whitedot
2013-10-01 11:15:05 +09:00
parent aed9ef05c1
commit f5bae01550
3 changed files with 11 additions and 20 deletions

View File

@ -173,7 +173,7 @@ td.empty_table {padding:5em 0;text-align:center}
/* 새창 기본 스타일 */
.new_win {}
.new_win h1 {margin-bottom:1.5em;padding:0 1.5em;height:3em;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em;line-height:3.5em}
.new_win table {margin:0 auto 1.5em !important;width:90% !important}
.new_win table {margin:0 auto 1.5em;width:90%}
.new_win caption {padding:1em}
.new_win_ul {margin:-1.8em 0 1.5em 0;padding:0 0 0 1.5em;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}