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:
ChanMyeong 2012-02-21 07:07:35 +00:00
parent b965c09897
commit b044e96bdc
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
/* Default Skin - Start */
.selectLang{margin:0;padding:0}
/* Site Layout - Body Wrap */
body{background:#fff url(../images/default/bgBody.gif) repeat-x left top;font-family:Tahoma, Geneva, sans-serif}
html{background:#fff url(../images/default/bgBody.gif) repeat-x left top;font-family:Tahoma, Geneva, sans-serif}
.xe{width:960px;margin:1.5em auto 0 auto}
/* Site Layout - Header */
.header{position:relative;width:960px;height:120px;background:url(../images/default/bgHeader.jpg) no-repeat right top;margin-bottom:10px;z-index:2}