style.css - tiny bug

gaijinu - February 6, 2007 - 04:52
Project:Combustion
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I believe the path is wrong...

div.admin-panel {
  background: #fff url(../../../../../../../../Desktop/drupal-5.0-rc1/themes/garland/images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}

I have this theme in sites/all/themes so for me the path will be ../../../../themes/garland/images/gradient-inner.png

However if you put it in /themes then the path will be ../../themes/garland/images/gradient-inner.png
Or maybe it will be better if you can make a different image, just for this theme.

Cheers

 
 

Drupal is a registered trademark of Dries Buytaert.