From 728d33b21d6133485314273c23c3481af4ca6e0f Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 18:29:06 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20#267=20=EC=97=90?= =?UTF-8?q?=20=EB=94=B0=EB=A5=B8=20=EC=B2=98=EB=A6=AC,=20SF=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20gnb=20=EB=84=93=EC=9D=B4=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/adm.css b/css/adm.css index 3baf5cf6e..b89ead4f0 100644 --- a/css/adm.css +++ b/css/adm.css @@ -66,14 +66,14 @@ h2 {font-size:1.2em} .gnb_js {} .gnb_js ul {zoom:1} .gnb_js ul:after {display:block;visibility:hidden;clear:both;content:""} -.gnb_js .gnb_1depth {position:relative;float:left;margin-left:-1px;border:1px solid #222;border-top:0;border-bottom:0} +.gnb_js .gnb_1depth {position:relative;float:left;margin-left:-1px;width:90px;border:1px solid #222;border-top:0;border-bottom:0} .gnb_js .gnb_1depth a {display:inline-block;float:none;width:90px;height:35px;color:#e0e0e0;font-weight:bold;text-align:center} .gnb_js .gnb_1depth_air a {float:none;background:#f7f7f2;color:#000} .gnb_js .gnb_1depth_on a {float:none;background:#fff;color:#000} .gnb_js .gnb_1depth a:focus, .gnb_js .gnb_1depth a:hover, .gnb_js .gnb_1depth a:active {text-decoration:none} -.gnb_js .gnb_1depth ul {width:0px;height:0px;overflow:hidden} +.gnb_js .gnb_1depth ul {width:0;height:0;overflow:hidden} .gnb_js .gnb_1depth li {float:none} .gnb_js .gnb_1depth_over ul {position:absolute;top:35px;left:-1px;width:181px;height:auto;border:1px solid #ccc;border-top:0} .gnb_js .gnb_2depth a {display:inline-block;margin:0;padding:5px 10px;width:161px;height:25px;border-bottom:0;background:#fff;color:#000;font-weight:normal;text-align:left;line-height:2.1em}