From ad5a5327d6ac5428f68727e80ecabd7b2cd2f013 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 6 Dec 2013 11:05:07 +0900 Subject: [PATCH] =?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=20=EB=B3=B8=EB=AC=B8=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=EA=B8=80=EC=9E=90=20=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95,?= =?UTF-8?q?=20=EC=B5=9C=EC=8B=A0=EA=B8=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=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 +- mobile/skin/latest/basic/style.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css index fdb34c005..e29403e2a 100644 --- a/mobile/skin/board/basic/style.css +++ b/mobile/skin/board/basic/style.css @@ -191,7 +191,7 @@ #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:15px;max-width:100%;height:auto} -#bo_v_con {margin-bottom:20px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con {margin-bottom:20px;width:100%;font-size:1.250em;line-height:1.7em;word-break:break-all;overflow:hidden} #bo_v_con a {color:#000;text-decoration:underline} #bo_v_con img {max-width:100%;height:auto} diff --git a/mobile/skin/latest/basic/style.css b/mobile/skin/latest/basic/style.css index 0443c66c8..8434bf210 100644 --- a/mobile/skin/latest/basic/style.css +++ b/mobile/skin/latest/basic/style.css @@ -4,8 +4,7 @@ /* 최근게시물 스킨 (latest) */ .lt {position:relative;margin:0 0 10px;padding:0 10px 15px;border-bottom:1px solid #ddd} .lt ul {margin:0 0 10px;padding:0;list-style:none} -.lt li {padding:3px 0} -.lt a {display:block;color:#000;text-decoration:none} +.lt a {display:block;padding:5px 0;color:#000;text-decoration:none} .lt .lt_title {display:inline-block;padding:10px 0} -.lt .lt_more {position:absolute;top:10px;right:10px} +.lt .lt_more {position:absolute;top:5px;right:10px} .lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} \ No newline at end of file