////////// // GRID // ////////// // Specify the number of columns and set column and gutter widths @columns: 24; @column-width: 30; @gutter-width: 10; // Uncomment the definition below for a percentage-based layout // @total-width: 100%; //////////// // LAYOUT // //////////// // center the contents div.center { width: 960px; margin: 0 auto; overflow: hidden; } // header header#top { .column(12); margin-bottom: 1em; } // main and sidebar #maincolumn { .column(9); } #sidebar { .column(3); } article { .column(6); } aside { .column(5); } body { background-color: black; }