통합스타일시트를 개별 스킨 폴더 밑의 style.css 로 분리

This commit is contained in:
whitedot
2013-03-12 16:59:28 +09:00
parent dc52a916c9
commit 93b480ed7f
34 changed files with 1181 additions and 848 deletions

View File

@ -0,0 +1,6 @@
/* 현재접속자 */
#current_connect_tbl {}
#current_connect_tbl th:nth-of-type(1) {width:50px}
#current_connect_tbl th:nth-of-type(2) {width:120px}
#current_connect_tbl td:nth-of-type(1) {padding:1em 0;text-align:center}