From 02a8e7f3a3dea4d372c7d829b401e22b5b9f8fe7 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 3 Mar 2008 15:56:42 +0000 Subject: [PATCH] =?UTF-8?q?xe=5Fofficial=20=EA=B8=B0=EB=B3=B8=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=95=84=EC=9B=83=EC=9D=98=20footer=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20#footer=EC=9D=98=20ul=20=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=ED=95=B4=20margin/padding=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3902 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_official/css/black.css | 2 +- layouts/xe_official/css/default.css | 2 +- layouts/xe_official/css/white.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index fed0ad983..7b8d23606 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -81,7 +81,7 @@ body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;} #content { width:100%; overflow:hidden;} /* Site Layout - Footer */ -#footer { border-top:3px solid #424242; text-align:center; padding:2em 0 4em; clear:both;} +#footer { margin:0; padding:0; border-top:3px solid #424242; text-align:center; padding:2em 0 4em; clear:both;} #footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/black/vrType1.gif) no-repeat left center;} #footer li.first-child { background:none;} #footer li a { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index ef66fe0b8..6cd945c96 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -83,7 +83,7 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top; } #content { width:100%; overflow:hidden;} /* Site Layout - Footer */ -#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;} +#footer { margin:0; padding:0; border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;} #footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;} #footer li.first-child { background:none;} #footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index 357f962a9..95071a602 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -82,7 +82,7 @@ body { background:#ffffff;} #content { width:100%; overflow:hidden;} /* Site Layout - Footer */ -#footer { border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;} +#footer { margin:0; padding:0; border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;} #footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/white/vrType1.gif) no-repeat left center;} #footer li.first-child { background:none;} #footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}