missing bg-thead.gif
edex13 - June 29, 2007 - 08:05
| Project: | itheme |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
i just browse thru style.css, i found missing gif image.
thead th {
border-bottom: 2px solid #AAB5C3;
color: #678;
font-size: 90%;
font-weight: bold;
background: url(images/bg-thead.gif) repeat-x bottom left;
padding: 4px 5px 0 5px;
}should i delete the entry in css or you have the image.
thanks

#1
ie-gif.css is missing as well - commented out in page.tpl.php - but for some reasons still all over my 404 error logs
#2
ie-gif.css is missing as well
From page.tpl.php
#3
I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif
#4
I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif
missing
#5
I commented it out in the Style Sheet with no ill effects. It's just the background of a table header. I'll comment back if the sky falls.
thead th {border-bottom: 2px solid #AAB5C3;
color: #678;
font-size: 90%;
font-weight: bold;
/* background: url(images/bg-thead.gif) repeat-x bottom left;*/
padding: 4px 5px 0 5px;
#6
if you wanted you could could also add a bg-thead.gif to the themes/images folder