모바일: px -> em 변경작업 4

This commit is contained in:
whitedot
2013-03-05 11:46:23 +09:00
parent 47c3f6762b
commit b039284dbf

View File

@ -79,7 +79,7 @@ pre {overflow-x:scroll;font-size:1.1em}
#popular h2 {float:left;padding:0.5em;color:#fff}
#popular ul {float:left;list-style:none}
#popular li {float:left}
#popular a {display:inline-block;padding:1em;color:#fff;text-decoration:none}
#popular a {display:inline-block;padding:0.5em;color:#fff;text-decoration:none}
#popular a:focus,
#popular a:hover {background:#333;color:#fff}
@ -266,9 +266,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;
/* 새글 */
#new_sch {margin:0 0 0.3em;padding:0.3em 0.7em}
#new_tbl {}
#new_tbl th:nth-of-type(5) {width:50px}
#new_tbl th:nth-of-type(3) {width:50px}
#new_tbl td:nth-of-type(5) {text-align:center}
#new_tbl td:nth-of-type() {text-align:center}
/* 전체검색결과 스킨 */
#sch_result_detail {}