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.

CommentFileSizeAuthor
pretty.css_images_path.diff1.08 KBgagarine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mcrittenden’s picture

Assigned: Unassigned » mcrittenden
Status: Needs review » Reviewed & tested by the community

Thanks for the patch. Will commit ASAP.

mcrittenden’s picture

Status: Reviewed & tested by the community » Fixed

Committed and released as Beta5. http://drupal.org/node/651228

mcrittenden’s picture

Title: Path to image is incorect in pretty.css » Paths to images are incorrect in pretty.css

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.