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

onejam’s picture

Assigned: Unassigned » onejam
Status: Active » Closed (fixed)

Thanks, fixed for next release...