Sorry yet another one...
Not sure if this is related to any of the others I reported but, watchdog reports file not found: "sites/all/themes/siberia/images/bg-thead.gif"
this origine from this code in style.css
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;
}
no such file exists.
Comments
Comment #1
vikingew commentedIt seem like the class thead isn't used anywere in the theam, so probably some orphan code OR something not put in yet. If the former it can just be removed. I have done so anyhow on my install as an update later were it's used will fix it anyhow.