From 771ecba016fc3c816fe3400411b73e4e38963129 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 27 Jan 2014 09:02:25 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20CSS=20reset=20te?= =?UTF-8?q?xtarea=20=EA=B8=B0=EB=B3=B8=20=ED=8F=B0=ED=8A=B8=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95,=20=EB=A1=9C=EB=B9=88=EC=95=84=EB=B9=A0(xhost)?= =?UTF-8?q?=EB=8B=98=20=EA=B1=B4=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mobile.css b/css/mobile.css index b8ad32a2b..6d3cb8d55 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -13,7 +13,7 @@ label, input, button, select, img {vertical-align:middle} input, button {margin:0;padding:0;font-size:1em} button {cursor:pointer} input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none} -textarea, select {font-size:1em} +textarea, select {font-size:1em;font-family:dotum} textarea {border-radius:0;-webkit-appearance:none} select {margin:0} p {margin:0;padding:0;word-break:break-all}