diff --git a/css/mobile.css b/css/mobile.css index 1084abd83..e5f8536e2 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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} diff --git a/tail.php b/tail.php index 57088efb1..d44932bb1 100644 --- a/tail.php +++ b/tail.php @@ -24,12 +24,6 @@ if ($config['cf_include_tail']) { -모바일 버전으로'; -} -?> - \ No newline at end of file diff --git a/test2.php b/test2.php index 3a83589d7..331baf5b9 100644 --- a/test2.php +++ b/test2.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;} @@ -17,5 +19,10 @@ p {clear:both;margin:10px;border-top:1px solid #ddd}
2

111213123232312

+ + + + +