diff options
| author | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
| commit | 33e32bffc8209fa88acec2a8ae9490e2a7595988 (patch) | |
| tree | c74f79b49faf1793d2c33c45861dc9d4a3ad0aed /docs/layout/containers.md | |
| parent | ff1d10affb94f6c44a06d19c701bdd0523e746c4 (diff) | |
| download | bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.tar.xz bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.zip | |
new headers, ad placements, intro paragraphs on several pages, etc
Diffstat (limited to 'docs/layout/containers.md')
| -rw-r--r-- | docs/layout/containers.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/layout/containers.md b/docs/layout/containers.md index 029cc1886..328ee5737 100644 --- a/docs/layout/containers.md +++ b/docs/layout/containers.md @@ -3,11 +3,9 @@ layout: page title: Containers --- -Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose from one of two containers—fixed width or fluid width—to use in your projects. +Bootstrap requires a containing element to wrap site contents and house our grid system. Choose from the fixed or fluid width variation. -Containers *can* be nested, but be aware that most layouts don't require it. - -Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. +Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. **Containers *can* be nested, but be aware that most layouts don't require it.** {% highlight html %} <div class="container"> |
