From 33e32bffc8209fa88acec2a8ae9490e2a7595988 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 20:03:08 -0800 Subject: new headers, ad placements, intro paragraphs on several pages, etc --- docs/layout/containers.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/layout/containers.md') 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 %}
-- cgit v1.2.3