<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,8 +9,26 @@
 
 +global-reset
 
+// The following generates the default grids provided by the css version of 960.gs
 .container_12
   +grid-system(12)
 
 .container_16
   +grid-system(16)
+
+// But most compass users prefer to construct semantic layouts like so (two column layout with header and footer):
+
+!ninesixty_columns = 24
+.two-column
+  +grid-container
+  #header,
+  #footer,
+  #sidebar,
+  #main-content
+    +grid-unit-base
+  #header, #footer
+    +grid-width(24)
+  #sidebar
+    +grid-width(8)
+  #main-content
+    +grid-width(16)</diff>
      <filename>templates/project/grid.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a47550545452b3aee8c5942aaee9e00745719b57</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/chriseppstein/compass-960-plugin/commit/642177c99622ad1bd37432ba0c13f6b4b08cd4ad</url>
  <id>642177c99622ad1bd37432ba0c13f6b4b08cd4ad</id>
  <committed-date>2009-07-29T21:45:53-07:00</committed-date>
  <authored-date>2009-07-29T20:49:15-07:00</authored-date>
  <message>Demonstrate how to build a semantic layout in the grid.sass project template.</message>
  <tree>0409ed282c19d9ddfd9a100bea5f43fb5c2f1637</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
