Closed (fixed)
Project:
Seven
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Nov 2009 at 13:31 UTC
Updated:
18 Dec 2009 at 13:50 UTC
Path for background is for example
background: url(images/list-item.png) no-repeat 0 11px;
and need to be
background: url(../images/list-item.png) no-repeat 0 11px;
Hop this patch is correct.
| Comment | File | Size | Author |
|---|---|---|---|
| pretty.css_images_path.diff | 1.08 KB | gagarine |
Comments
Comment #1
mcrittenden commentedThanks for the patch. Will commit ASAP.
Comment #2
mcrittenden commentedCommitted and released as Beta5. http://drupal.org/node/651228
Comment #3
mcrittenden commented