NIHVIVO-1623: header-background.png is conflicting with supersleight.js or viceversa. I have created a header-background.jpg that will fix the problem for IE6.
This commit is contained in:
parent
83d0056263
commit
e92e8bf72f
2 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
/* Fix for homepage in IE6 browsers */
|
/* Fix for homepage in IE6 browsers */
|
||||||
html,
|
body{
|
||||||
body {
|
|
||||||
background-position: center, 0;
|
background-position: center, 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-image: none;
|
||||||
|
background-color: #f3f3f0;
|
||||||
|
background-image: url(../images/header-background.jpg);
|
||||||
}
|
}
|
||||||
#wrapper-content{
|
#wrapper-content{
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
BIN
themes/wilma/images/header-background.jpg
Normal file
BIN
themes/wilma/images/header-background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue