사용자: #459 전체 style 수정 중

This commit is contained in:
whitedot
2013-05-15 14:21:23 +09:00
parent 1360f4c026
commit 95b011dd48
9 changed files with 49 additions and 52 deletions

View File

@ -1,10 +1,10 @@
/* 인기검색어 */
#popular {background:#515151}
#popular {}
#popular div {margin:0 auto;width:980px;zoom:1}
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
#popular h2 {float:left;padding:10px 45px 10px 0;color:#fff}
#popular h2 {float:left;padding:10px 45px 10px 0}
#popular ul {float:left;list-style:none}
#popular li {float:left}
#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
#popular a {display:inline-block;padding:10px;text-decoration:none}
#popular a:focus,
#popular a:hover {background:#333;color:#fff}
#popular a:hover {background:#333}