From 6d9fe4b808c3c7154b795e4e5e183cdfded92b97 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 4 Mar 2013 15:22:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 2 +- css/mobile.css | 2 +- head.php | 2 +- mobile/head.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 321216c4f..89a467440 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -63,7 +63,7 @@ function imageview(id, w, h)

- +
    diff --git a/css/mobile.css b/css/mobile.css index 55a5acc84..81b9a92ab 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -31,7 +31,7 @@ pre {overflow-x:scroll;font-size:1.1em} /* 상단 레이아웃 */ #hd {background:#fff;zoom:1} #hd:after {display:block;visibility:hidden;clear:both;content:""} -#hd h1 {display:none} +#hd h1 {width:1px;height:1px;overflow:hidden} #logo {float:left;padding:5px 0;margin-left:10px} diff --git a/head.php b/head.php index 0c1f3f5ca..29894d99c 100644 --- a/head.php +++ b/head.php @@ -31,7 +31,7 @@ if ($config['cf_include_head']) {
    diff --git a/mobile/head.php b/mobile/head.php index f55cabf2d..c0a5186e6 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -17,7 +17,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');