aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-14 08:22:33 -0700
committerMark Otto <[email protected]>2014-07-14 08:22:33 -0700
commit8d55c3c0a3b56f68cd6c37977bdc8439a8d5b09a (patch)
treefafd041b35bad7957c647a452ac80bf3668fe2fb /docs/components
parente6ee1b228fa06200c677e86696e4a7a72ccf57a7 (diff)
downloadbootstrap-8d55c3c0a3b56f68cd6c37977bdc8439a8d5b09a.tar.xz
bootstrap-8d55c3c0a3b56f68cd6c37977bdc8439a8d5b09a.zip
move containers to layout section
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/scaffolding.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/components/scaffolding.md b/docs/components/scaffolding.md
index b532ba441..84a22e618 100644
--- a/docs/components/scaffolding.md
+++ b/docs/components/scaffolding.md
@@ -45,23 +45,3 @@ These styles can be found within `scaffolding.less`.
### Normalize
For improved cross-browser rendering, we use [Normalize.css](http://necolas.github.io/normalize.css/) to correct small inconsistencies across browsers and devices.
-
-### Containers
-
-Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to `padding` and more, neither container is nestable.
-
-Use `.container` for a responsive fixed width container.
-
-{% highlight html %}
-<div class="container">
- ...
-</div>
-{% endhighlight %}
-
-Use `.container-fluid` for a full width container, spanning the entire width of your viewport.
-
-{% highlight html %}
-<div class="container-fluid">
- ...
-</div>
-{% endhighlight %}