From ced8558007841e2d94fac5573f66138056296cd7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 23 May 2013 14:21:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=ED=8F=B0=ED=8A=B8=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=88=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=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 --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 253eb3930..3d864d0c8 100644 --- a/css/default.css +++ b/css/default.css @@ -79,7 +79,7 @@ a:active {color:#000;text-decoration:underline} /* 텍스트 크기 조절 */ #text_size {position:absolute;top:-33px;left:-1px;letter-spacing:-3px} -#text_size button {margin:0;padding:0 10px;height:28px;border:0;background:#555;color:#fff;vertical-align:middle;cursor:pointer} +#text_size button {margin:0;padding:0 10px;height:28px;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer} #text_size_down {font-size:0.9em} #text_size_def {font-size:1em} #text_size_up {font-size:1.3em}