aboutsummaryrefslogtreecommitdiff
path: root/less/responsive.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/responsive.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/responsive.less')
-rw-r--r--less/responsive.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/responsive.less b/less/responsive.less
index aacefe6cc..7fa62cad9 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -188,13 +188,13 @@
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
- #gridSystem > .generate(@gridColumns, 42px, 20px);
+ #grid > .core(42px, 20px);
// Fluid grid
- #fluidGridSystem > .generate(@gridColumns, 5.801104972%, 2.762430939%);
+ #grid > .fluid(5.801104972%, 2.762430939%);
// Input grid
- #inputGridSystem > .generate(@gridColumns, 42px, 20px);
+ #grid > .input(42px, 20px);
}
@@ -340,13 +340,13 @@
@media (min-width: 1200px) {
// Fixed grid
- #gridSystem > .generate(@gridColumns, 70px, 30px);
+ #grid > .core(70px, 30px);
// Fluid grid
- #fluidGridSystem > .generate(@gridColumns, 5.982905983%, 2.564102564%);
+ #grid > .fluid(5.982905983%, 2.564102564%);
// Input grid
- #inputGridSystem > .generate(@gridColumns, 70px, 30px);
+ #grid > .input(70px, 30px);
// Thumbnails
.thumbnails {