From 0952b8718c772c9ee09d0e3b2c753dbc3ec2379f Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 4 Nov 2013 09:44:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20ios=20=EC=9D=B8?= =?UTF-8?q?=ED=92=8B=20=EC=8A=A4=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 --- css/mobile_shop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 305c7085d..430e745e7 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} -input {margin:0;padding:0;border-radius:0;font-family:"dotum"} +input {margin:0;padding:0;border-radius:0;font-family:"dotum";-webkit-appearance:none} button {border-radius:0;font-size:1em;font-family:"dotum"} input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0 !important;font-size:1em} /* 모바일에서만 사용 */ p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}