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

snackmaster - July 28, 2007 - 18:30

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

snackmaster - July 28, 2007 - 18:45

ie-gif.css is missing as well

From page.tpl.php

#3

khoogheem - August 22, 2007 - 01:19

I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif

#4

khoogheem - August 22, 2007 - 01:19

I have in my log:
themes/itheme/images/menu-expanded.gif
hemes/itheme/images/menu-collapsed.gif

missing

#5

mikeybusiness - November 25, 2007 - 22:00

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

VM - November 25, 2007 - 22:14

if you wanted you could could also add a bg-thead.gif to the themes/images folder

 
 

Drupal is a registered trademark of Dries Buytaert.