Merge branch 'g5'
This commit is contained in:
@ -34,7 +34,7 @@ h2 {font-size:1.2em}
|
|||||||
#tnb {float:right;margin:0;padding:0;zoom:1}
|
#tnb {float:right;margin:0;padding:0;zoom:1}
|
||||||
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
|
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
|
||||||
#tnb li {float:left;margin:0 0 0 1px}
|
#tnb li {float:left;margin:0 0 0 1px}
|
||||||
#tnb a {display:block;position:relative;padding:0 15px;height:33px;background:#383a3f;color:#e0e0e0;text-decoration:none;line-height:2.8em}
|
#tnb a {display:inline-block;position:relative;padding:0 15px;height:33px;background:#383a3f;color:#e0e0e0;text-decoration:none;line-height:2.8em}
|
||||||
#tnb a:focus, #tnb a:hover {background:#fff;color:#383a3f}
|
#tnb a:focus, #tnb a:hover {background:#fff;color:#383a3f}
|
||||||
#tnb span {position:absolute;bottom:10px;left:0;width:100%;text-align:center}
|
#tnb span {position:absolute;bottom:10px;left:0;width:100%;text-align:center}
|
||||||
|
|
||||||
|
|||||||
@ -68,12 +68,6 @@ $(function(){
|
|||||||
submenu_hide();
|
submenu_hide();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// 폰트 리사이즈 쿠키있으면 실행
|
|
||||||
var font_resize_act = get_cookie("ck_font_resize_act");
|
|
||||||
if(font_resize_act != "") {
|
|
||||||
font_resize("container", font_resize_act);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function submenu_hide() {
|
function submenu_hide() {
|
||||||
|
|||||||
10
tail.php
10
tail.php
@ -65,6 +65,16 @@ if ($config['cf_analytics']) {
|
|||||||
|
|
||||||
<!-- } 하단 끝 -->
|
<!-- } 하단 끝 -->
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(function() {
|
||||||
|
// 폰트 리사이즈 쿠키있으면 실행
|
||||||
|
var font_resize_act = get_cookie("ck_font_resize_act");
|
||||||
|
if(font_resize_act != "") {
|
||||||
|
font_resize("container", font_resize_act);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include_once(G5_PATH."/tail.sub.php");
|
include_once(G5_PATH."/tail.sub.php");
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user