From 9d72d22258d21571378a6c924992c118dc5136e3 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 28 Dec 2012 17:02:53 +0900 Subject: [PATCH] =?UTF-8?q?CSS=20=EC=B4=88=EA=B8=B0=ED=99=94=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 4 ++-- css/def.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/adm.css b/css/adm.css index c640ef867..5595e2638 100644 --- a/css/adm.css +++ b/css/adm.css @@ -1,6 +1,8 @@ /* SIR SOFT 지운아빠 Dec 2012 */ /* 초기화 */ +html {overflow-y:scroll} +body {background:#dfe4e6;font-size:1em} html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0} article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block} header ul, nav ul {margin:0;padding:0;list-style:none} @@ -17,8 +19,6 @@ p {margin:10px 0;line-height:1.5em} .empty_table {padding:200px 0;text-align:center} /* 레이아웃 */ -html {overflow-y:scroll} -body {background:#dfe4e6;font-size:1em} header {background:#2c2f34} #logo {padding-top:4px;height:46px;background:url('../adm/img/logo_bg.png') repeat-x;text-align:center} #home_link {z-index:2;position:absolute;top:50px;right:20px;height:35px;zoom:1} diff --git a/css/def.css b/css/def.css index 9f20e1d40..973a24c89 100644 --- a/css/def.css +++ b/css/def.css @@ -1,6 +1,8 @@ /* SIR SOFT 지운아빠 Dec 2012 */ /* 초기화 */ +html {overflow-y:scroll} +body {font-size:1em} html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul {margin:0;padding:0;list-style:none}