From a81381cf8472c7bd1f6f3c5cc08d8b2d10a027e8 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 6 Jul 2007 01:14:07 +0000 Subject: [PATCH] =?UTF-8?q?zb5=20layout=EC=9D=98=20cursor:default=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=EC=9D=84=20=EB=B9=BC=EC=84=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20=EC=BB=A4=EC=84=9C=EB=93=A4=EC=9D=B4=20=EB=82=98?= =?UTF-8?q?=ED=83=80=EB=82=98=EB=8F=84=EB=A1=9D=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/trunk@1874 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/zb5_site/css/blue.css | 2 +- layouts/zb5_site/css/green.css | 2 +- layouts/zb5_site/css/purple.css | 2 +- layouts/zb5_site/css/red.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/zb5_site/css/blue.css b/layouts/zb5_site/css/blue.css index ee06f3f85..ba51b7eb6 100644 --- a/layouts/zb5_site/css/blue.css +++ b/layouts/zb5_site/css/blue.css @@ -4,7 +4,7 @@ body { margin:0; } #loading { background:url(../images/blue/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; } -#layout_zx { cursor:default; } +#layout_zx { } #layout_zx .lo_top { background:url(../images/blue/top_bg.gif) repeat-x; height:100px; } #layout_zx .lo_top .logo { background:url(../images/blue/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;} diff --git a/layouts/zb5_site/css/green.css b/layouts/zb5_site/css/green.css index db3539cbc..d6342a7a4 100644 --- a/layouts/zb5_site/css/green.css +++ b/layouts/zb5_site/css/green.css @@ -4,7 +4,7 @@ body { margin:0; } #loading { background:url(../images/green/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; } -#layout_zx { cursor:default; } +#layout_zx { } #layout_zx .lo_top { background:url(../images/blue/top_bg.gif) repeat-x; height:100px; } #layout_zx .lo_top .logo { background:url(../images/blue/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;} diff --git a/layouts/zb5_site/css/purple.css b/layouts/zb5_site/css/purple.css index 0a3e34be6..238a8217e 100644 --- a/layouts/zb5_site/css/purple.css +++ b/layouts/zb5_site/css/purple.css @@ -4,7 +4,7 @@ body { margin:0; } #loading { background:url(../images/purple/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; } -#layout_zx { cursor:default; } +#layout_zx { } #layout_zx .lo_top { background:url(../images/red/top_bg.gif) repeat-x; height:100px; } #layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;} diff --git a/layouts/zb5_site/css/red.css b/layouts/zb5_site/css/red.css index 975c221b1..9c62487c1 100644 --- a/layouts/zb5_site/css/red.css +++ b/layouts/zb5_site/css/red.css @@ -4,7 +4,7 @@ body { margin:0; } #loading { background:url(../images/red/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; } -#layout_zx { cursor:default; } +#layout_zx { } #layout_zx .lo_top { background:url(../images/red/top_bg.gif) repeat-x; height:100px; } #layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}