From 0490b2ce877d2b8d888e3871af67167ceab42233 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 27 Feb 2013 10:26:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B0=8F=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 0feb5648d..744460bc1 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#f7f7f2;font-size:0.875em;font-family:"dotum"} +body {margin:0;padding:0;background:#fff;font-size:0.875em;font-family:"dotum"} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {color:#2a4959;font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} @@ -50,11 +50,11 @@ pre {overflow-x:scroll;font-size:1.1em} #sirgle_title_span {display:block;position:relative;top:33px;left:0} /* 중간 레이아웃 */ -#wrapper {margin:30px auto;width:96%} +#wrapper {margin:30px 0} #lnb {display:none} -#container {position:relative;padding:20px;border:1px solid #d5d9d7;background:#fff;width:auto;min-height:300px;zoom:1} +#container {position:relative;min-height:300px;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} /* 하단 레이아웃 */ @@ -87,7 +87,21 @@ sup {display:none !important} .lt_more {position:absolute;top:10px;right:0} */ -/* 게시판 목록 +/* 게시판 목록 */ +#bo_list table {width:100%} +#bo_list th {padding:12px 0 8px;background:#565e60;color:#fff} +#bo_list caption {display:none} +#bo_list th:nth-of-type(1) {display:none} +#bo_list td:nth-of-type(1) {display:none} +#bo_list th:nth-of-type(3) {display:none} +#bo_list td:nth-of-type(3) {display:none} +#bo_list th:nth-of-type(4) {width:20%} +#bo_list td:nth-of-type(4) {text-align:center} +#bo_list th:nth-of-type(5) {display:none} +#bo_list td:nth-of-type(5) {display:none} +#bo_list th:nth-of-type(6) {display:none} +#bo_list td:nth-of-type(6) {display:none} +/* #bo_list table {margin:0 auto;width:100%} #bo_list caption {display:none} #bo_list thead {display:none} @@ -104,4 +118,4 @@ sup {display:none !important} #bo_list td:nth-of-type(5):before {content:"조회"} #bo_list a {color:#000;text-decoration:none} .bo_cate_link {font-weight:bold} -*/ +*/ \ No newline at end of file