모바일 버전으로 링크 삭제
This commit is contained in:
@ -47,7 +47,7 @@ pre {overflow-x:scroll;font-size:1.1em}
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
#wrapper {margin:30px auto;width:96%}
|
||||
#container {background:#fff;width:auto;height:auto;zoom:1}
|
||||
#container {padding:20px;border:1px solid #d5d9d7;background:#fff;width:auto;height:auto;zoom:1}
|
||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
@ -62,6 +62,9 @@ sup {display:none !important}
|
||||
/* 아웃로그인 */
|
||||
.ol {display:none}
|
||||
|
||||
/* 설문조사 */
|
||||
#poll {display:none}
|
||||
|
||||
/* 게시판 목록 */
|
||||
#bo_list table {margin:0 auto;width:100%}
|
||||
#bo_list caption {display:none}
|
||||
|
||||
6
tail.php
6
tail.php
@ -24,12 +24,6 @@ if ($config['cf_include_tail']) {
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?
|
||||
if (is_mobile()) {
|
||||
echo '<a href="'.G4_URL.'/?mobile">모바일 버전으로</a>';
|
||||
}
|
||||
?>
|
||||
|
||||
<?
|
||||
include_once(G4_PATH."/tail.sub.php");
|
||||
?>
|
||||
@ -8,6 +8,8 @@
|
||||
#test {float:left;background:#ddd}
|
||||
#testb {float:left;background:#eee}
|
||||
p {clear:both;margin:10px;border-top:1px solid #ddd}
|
||||
|
||||
textarea::selection{background:#98d33c;color:#fff;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -17,5 +19,10 @@ p {clear:both;margin:10px;border-top:1px solid #ddd}
|
||||
<div id="testb">2</div>
|
||||
</div>
|
||||
<p>111213123232312</p>
|
||||
|
||||
|
||||
|
||||
<textarea style="background:#000;color:#fff"></textarea>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user