aboutsummaryrefslogtreecommitdiff
path: root/less/layouts.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/layouts.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/layouts.less')
-rw-r--r--less/layouts.less16
1 files changed, 0 insertions, 16 deletions
diff --git a/less/layouts.less b/less/layouts.less
deleted file mode 100644
index 7a65d65d6..000000000
--- a/less/layouts.less
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// Layouts
-// --------------------------------------------------
-
-
-// Container (centered, fixed-width layouts)
-.container {
- .container-fixed();
-}
-
-// Fluid layouts (left aligned, with sidebar, min- & max-width content)
-.container-fluid {
- padding-right: @grid-gutter-width;
- padding-left: @grid-gutter-width;
- .clearfix();
-} \ No newline at end of file