Closed (duplicate)
Project:
NineSixty (960 Grid System)
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2011 at 14:01 UTC
Updated:
15 May 2012 at 03:23 UTC
I have excluded debug.css in my theme info file but when the page (or part of it) is reloaded through an ajax call, the "blue" background and red outline show up again on elements which have a grid-class (asif debug.css was included anyway which it is not) .
The only remaining reference on my page to the debug.css file I can find, is in jQuery.extend(Drupal.settings, ... ) and I'm assuming it shouldn't be there.
Comments
Comment #1
natemow commentedThis will probably resolve the issue: http://drupal.org/node/1335662
Comment #2
ishmael-sanchez commentedYou can also try the #1356742: Display a Show Grid theme setting patch. Marking as a duplicate since there a couple similar issues that are open and being worked on.