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}