From c2cf6d7a90d2ac827dbd668e752f89c962a2f521 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 28 May 2013 16:12:48 +0900 Subject: [PATCH] =?UTF-8?q?CSS:=20=EC=A0=84=EA=B2=BD=EC=83=89,=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=ED=95=A8=EA=BB=98=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 2 +- css/default.css | 2 +- css/mobile.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/admin.css b/css/admin.css index b59b1d5eb..c7483bc7e 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#f5f6fa;font-size:0.75em;font-family:"dotum"} +body {margin:0;padding:0;background:#f5f6fa;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"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} diff --git a/css/default.css b/css/default.css index e90813a3d..7e7cf8b55 100644 --- a/css/default.css +++ b/css/default.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#f9fafe;font-size:0.75em;font-family:"dotum"} +body {margin:0;padding:0;background:#f9fafe;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"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} diff --git a/css/mobile.css b/css/mobile.css index 5c73f20dc..4c1e564f9 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#fff;font-size:1em} +body {margin:0;padding:0;font-size:1em} 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} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}