Active
Project:
NineSixty (960 Grid System)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 18:29 UTC
Updated:
3 Jun 2011 at 18:20 UTC
After updateing to the latest dev, I wondered about the new debug mode. dvessel, could you tell what were the reasons for changing that?
The old debug mode by using the show-grid class in body was a very pleasing one for me, as ..
* one could easily switch the mode via a little JS Snippet
* custom grids could easily get a debug implementation by simply adding
body.show-grid .container-10 {
background-image: url(960-10-grid.png);
}or similar to any css file.
But maybe I don't see the big advantages of the new implementation. Would be nice you could clarify that ;)
Comments
Comment #1
derhasi commentedFor reference here is the link to the original Bookmarklet on Ian Oxley's post.
A modified Bookmarklet URL, to user jQuery:
Comment #2
dvessel commentedHi derhasi, I've been neck deep in another project so I have to revisit that. IIRC, it was because I thought it was redundant but I'll try to add it back in if it makes sense.