사용자: 기본 디자인 및 버튼 등 스타일 수정

This commit is contained in:
whitedot
2013-12-05 16:18:28 +09:00
parent 43d018f11e
commit fb8b3283ec
16 changed files with 88 additions and 134 deletions

View File

@ -2,12 +2,11 @@
/* SIR 지운아빠 */
/* 인기검색어 */
#popular {background:#515151}
#popular div {margin:0 auto;width:980px;zoom:1}
#popular {border-bottom:1px dotted #dde4e9}
#popular div {margin:0 auto;width:970px;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;margin:0;padding:0;list-style:none}
#popular li {float:left}
#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
#popular a:focus,
#popular a:hover {background:#333;color:#fff}
#popular a {display:inline-block;padding:10px;text-decoration:none}
#popular a:focus, #popular a:hover {}