From 2ef4dddfb90b8b7b6064a9f599239e49a86f57a0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 15 Oct 2013 11:29:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9D=BC?= =?UTF-8?q?=EB=B6=80=20=EC=97=98=EB=A6=AC=EB=A8=BC=ED=8A=B8=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=20=ED=81=AC=EA=B8=B0=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 68a0255b5..60cdfa896 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -5,12 +5,12 @@ html {overflow-y:scroll} body {margin:0;padding:0;background:#fff;color:#000;font-size:0.75em;font-family:"dotum"} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} -h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} +h1, h2, h3, h4, h5, h6, input, textarea, select, button {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} #hd ul, nav ul, #ft 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"} -button {border-radius:0;font-size:1em;font-family:"dotum"} +input {margin:0;padding:0;border-radius:0} +button {border-radius:0} p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em}