From 1192b139bdcc909bc47d5fc4baecfab7d3aafd7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 11:34:13 +0900 Subject: [PATCH] =?UTF-8?q?lnb=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 39 +++++++++++++++++---------------------- css/admin.css | 5 +++++ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 403bba5ab..be8a583ee 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -104,34 +104,29 @@ function imageview(id, w, h) echo $gnb_str; ?> - + + + + +
- -
- -
    - $value) { - if($key > 0) { - echo $nl.'
  • '.$value[1].'
  • '; - $nl = PHP_EOL; - } - } - ?> -
- -
diff --git a/css/admin.css b/css/admin.css index 6101f8a45..7e2f0213f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -69,6 +69,11 @@ h2 {font-size:1.2em} .gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important} .gnb_js .gnb_grp_div {border-top:1px solid #eee} +#lnb {margin:0;padding:10px 15px;list-style:none;zoom:1} +#lnb:after {display:block;visibility:hidden;clear:both;content:""} +#lnb li {float:left} +#lnb a {display:inline-block;padding:5px;font-size:0.95em;letter-spacing:-0.1em} + /* 중간 레이아웃 */ #wrapper {z-index:5;margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""}