모바일: lnb 스타일 5칸 기준, 4칸 기준으로 변경 - 입문개발자(dungglenim)님 제보

This commit is contained in:
whitedot
2014-02-24 13:01:42 +09:00
parent 7bd383b7cf
commit 1872296417

View File

@ -56,7 +56,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#lnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#lnb li {float:left;margin-bottom:-1px;width:25%}
#lnb a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;border-bottom:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none}
#lnb li:nth-of-type(5n) a {border-right:0}
#lnb li:nth-of-type(4n) a {border-right:0}
/* 중간 레이아웃 */
#wrapper {margin:20px 0}