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 ++---- docs/layout/grid.md | 4 +++- docs/layout/media-queries.md | 4 ++-- docs/layout/media.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/layout') 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 %}
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 0a5abce9d..bed04585b 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -3,7 +3,9 @@ layout: page title: Grid system --- -Bootstrap includes a powerful grid system for building layouts of all shapes and sizes. It's based on a 12 column layout and features multiple tiers for different device sizes. Put it to work with our predefined classes or semantic mixins. Plus, it's mobile-first! +Bootstrap includes a powerful mobile-first grid system for building layouts of all shapes and sizes based on a 12 column layout. + +There are multiple tiers for different device sizes, available via our predefined classes or semantic mixins. ### Quick start diff --git a/docs/layout/media-queries.md b/docs/layout/media-queries.md index d70e8130a..fd2c2ea53 100644 --- a/docs/layout/media-queries.md +++ b/docs/layout/media-queries.md @@ -3,9 +3,9 @@ layout: page title: Media queries --- -Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices. +Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. -Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components. +Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices. Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components. {% highlight scss %} /* Extra small devices (portrait phones, less than ???px) */ diff --git a/docs/layout/media.md b/docs/layout/media.md index 4fc780884..5104895ec 100644 --- a/docs/layout/media.md +++ b/docs/layout/media.md @@ -3,7 +3,7 @@ layout: page title: Media --- -Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content. +Abstract object styles for building custom components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content. ### Default media -- cgit v1.2.3