diff --git a/css/mobile.css b/css/mobile.css index edb2806a2..6dc95a30c 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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 {}