Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-02-01 12:11:23 +0400
committerChris Rebert <code@rebertia.com>2014-02-01 12:11:23 +0400
commit813467ddaf9d007a2a14273db80435faba401222 (patch)
tree7c526b0d9c467481a6f2ec2747f7647a2d74a21f /docs/css.html
parent362708acdd1f75bf5ccbcd98dfbb5e005297921b (diff)
rm callout about creating .container-fluid-alikes now that .container-fluid has been added
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/css.html b/docs/css.html
index b4eaabe9b5..1dc9c1da50 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -82,11 +82,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 %}