aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-21 23:16:06 -0800
committerJacob Thornton <[email protected]>2012-02-21 23:16:06 -0800
commit5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3 (patch)
tree568f4a35482b5b27992309992db7cc322b0d7e4c /less/grid.less
parente3ae517555fb9500493fde8efeef4a9788cd3264 (diff)
downloadbootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.tar.xz
bootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.zip
rewrite the grid system. Clean shit up tons - only generate 12 columns by default - custom builder will do differently if you request it.
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less7
1 files changed, 2 insertions, 5 deletions
diff --git a/less/grid.less b/less/grid.less
index 4acb0a44c..e62a96093 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -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); \ No newline at end of file