From 18722964171c76635508e07fde253ec31c848dea Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 24 Feb 2014 13:01:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20lnb=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=205=EC=B9=B8=20=EA=B8=B0=EC=A4=80,=204?= =?UTF-8?q?=EC=B9=B8=20=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20-=20=EC=9E=85=EB=AC=B8=EA=B0=9C=EB=B0=9C=EC=9E=90(d?= =?UTF-8?q?ungglenim)=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mobile.css b/css/mobile.css index 975ed6ca9..30045c4de 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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}