2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rewrite the grid system. Clean shit up tons - only generate 12 columns by default - custom builder will do differently if you request it.

This commit is contained in:
Jacob Thornton
2012-02-21 23:16:06 -08:00
parent e3ae517555
commit 5ad5dde1e2
7 changed files with 137 additions and 647 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
// GRID SYSTEM
// -----------
// Fixed (940px)
#gridSystem > .generate(@gridColumns, @gridColumnWidth, @gridGutterWidth);
#grid > .core(@gridColumnWidth, @gridGutterWidth);
// Fluid (940px)
#fluidGridSystem > .generate(@gridColumns, @fluidGridColumnWidth, @fluidGridGutterWidth);
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);