mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 1283 fix. Do not use CSS background image in the body element. Thanks to 2sis@...com
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10154 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b965c09897
commit
b044e96bdc
5 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ body { margin:0;padding:0; font-size:.75em;}
|
|||
#lnb_Global ul{margin:0;padding:0}
|
||||
.lnb_Global li.active a{font-weight:bold;color:#fff;}
|
||||
/* Site Layout - Body Wrap */
|
||||
body{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
|
||||
html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
|
||||
#bodyWrap{position:relative;width:960px;margin:0 auto}
|
||||
/* Site Layout - Header */
|
||||
#header{position:relative;z-index:100;width:960px;height:105px;margin-bottom:10px}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<!--%import("css/default.css")-->
|
||||
<!--@if($layout_info->background_image)-->
|
||||
<style type="text/css">
|
||||
body { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
|
||||
html { background:#FFFFFF url({$layout_info->background_image}) repeat-x left top; }
|
||||
</style>
|
||||
<!--@end-->
|
||||
<!--@if(!$layout_info->colorset)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue