diff options
| author | Mark Otto <[email protected]> | 2014-02-07 00:48:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-07 00:48:25 -0800 |
| commit | 77d160151f2e9ae7330010d5d7034f6a000eda09 (patch) | |
| tree | 1d521c3bc129f344d5e1fea8d62f3bf5e4e53734 | |
| parent | 91595d38f3c08c986b2ecff4de6ee0e95d161448 (diff) | |
| parent | 813467ddaf9d007a2a14273db80435faba401222 (diff) | |
| download | bootstrap-77d160151f2e9ae7330010d5d7034f6a000eda09.tar.xz bootstrap-77d160151f2e9ae7330010d5d7034f6a000eda09.zip | |
Merge pull request #12497 from twbs/container-fluid-is-now-a-thing
rm DIY full-width callout now that there's .container-fluid
| -rw-r--r-- | docs/css.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/css.html b/docs/css.html index 2a2d50097..1c2c85170 100644 --- a/docs/css.html +++ b/docs/css.html @@ -76,11 +76,6 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e </ul> <p>Look to the examples for applying these principles to your code.</p> - <div class="bs-callout bs-callout-info"> - <h4>Grids and full-width layouts</h4> - <p>Folks looking to create fully fluid layouts (meaning your site stretches the entire width of the viewport) must wrap their grid content in a containing element with <code>padding: 0 15px;</code> to offset the <code>margin: 0 -15px;</code> used on <code>.row</code>s.</p> - </div> - <h3 id="grid-media-queries">Media queries</h3> <p>We use the following media queries in our Less files to create the key breakpoints in our grid system.</p> {% highlight scss %} |
