Has anyone tried using the Unsemantic CSS grid system in Drupal 7? It's a fluid grid done by the same people who did 960.gs. I'm using preprocess functions (mostly for blocks) to apply the grid classes, but I wonder if I should be targeting regions as a first pass and then blocks as a second pass.
Also, for some reason, applying these grid classes seems to have messed with the display order of some regions/blocks; for example, content is now rendering at the top of the page, though its position in the source hasn't changed.
Does anybody have any insights on using the Unsemantic CSS system in Drupal 7?
push
andpull
for rendering regions in the a reasonable order. – Danny Englander Jun 12 at 15:43