From 99fc071b536b8ab78be87a1a17fe10c2633f7005 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 17:05:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20text-size=20styl?= =?UTF-8?q?e?= 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 6c5c35d5a..f697bd2ae 100644 --- a/css/default.css +++ b/css/default.css @@ -102,7 +102,7 @@ a:active {color:#000;text-decoration:underline} /* 텍스트 크기 조절 */ #text_size {position:absolute;top:-31px;left:-1px} -#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;cursor:pointer} +#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer} /* 하단 레이아웃 */ #ft {background:#484848}