9 lines
275 B
CSS
9 lines
275 B
CSS
@charset "utf-8";
|
|
/* SIR 지운아빠 */
|
|
|
|
/* 현재접속자 */
|
|
#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:10px 0;text-align:center} |