Closed (fixed)
Project:
Zen nineSixty (960 Grid system)
Version:
6.x-4.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2009 at 21:06 UTC
Updated:
3 Nov 2009 at 22:55 UTC
In framewokr/debug.css, line 42:
background-image: url'../images/grid_count/4.png');
is missing an opening parenthesis after "url". It should be:
background-image: url('../images/grid_count/4.png');
Comments
Comment #1
onejam commentedThanks, fixed for next release...