aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 16:18:40 -0800
committerMark Otto <[email protected]>2012-11-30 16:18:40 -0800
commit0fabca01dbd02c480cfb431d5abb0d6cd327622e (patch)
tree097d9d22c1dc04f62b552528e641e7eabdbaa692 /less/grid.less
parentadc2c779a06f1eea4fefddcf0d666a7131477d8c (diff)
downloadbootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.tar.xz
bootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.zip
Remove more fluid grid stuff
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less
index b401d4b6d..15017b7cb 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -5,6 +5,7 @@
// Set the container width, and override it for fixed navbars in media queries
.container {
+ .container-fixed();
max-width: 940px;
}