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;}