From 591de48cfc3064b7a44ebddd1cbe81fe22798683 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 30 May 2013 17:53:58 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20SNS=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=8A=A4=ED=83=80=EC=9D=BC=201?= =?UTF-8?q?=EC=B0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/board/basic/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index 1b47d611c..7420dc797 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -105,6 +105,10 @@ #bo_v_act strong {color:#ff3061} #bo_v_act_good, #bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#bo_v_sns {margin:0 0 2em;padding:0;list-style:none;zoom:1} +#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_sns li {float:left;margin:0 0.5em 0 0} + #bo_v form {padding-top:1.5em} /* 게시판 댓글 */ @@ -134,4 +138,9 @@ #bo_vc_w #char_cnt {display:block;margin-bottom:0.3em} #bo_vc_w textarea {width:99%} +#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1} +#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_sns li {float:left;margin:0 1em 0 0} +#bo_vc_sns input {margin:0 0 0 0.5em} + #bo_vc form {padding:0} \ No newline at end of file From 37734d3abc00c7bac54106ea4ad00f60419e3e18 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 30 May 2013 17:55:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=A0=9C=EB=AA=A9=20=EC=B9=B4?= =?UTF-8?q?=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EB=B6=80=EB=B6=84=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/board/basic/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index 7420dc797..70fb76b67 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -48,7 +48,7 @@ /* 게시판 읽기 */ #bo_v {margin-bottom:1.5em;padding-bottom:1.5em} -#bo_v_cate {padding:0 1em;color:#999;font-size:0.9em;font-weight:bold} +#bo_v_table {padding:0 1em;color:#999;font-size:0.9em;font-weight:bold} #bo_v_title {padding:0 0.7em 0.5em;font-size:1.2em}