aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-16 22:11:31 -0700
committerMark Otto <[email protected]>2013-05-16 22:11:31 -0700
commit5f7352a6fe5f7a7eef4dce64184f55d1fec2676b (patch)
tree8d1f3ab84d25ecaa806ec03163cb1fc2b9c4cc90 /docs/css.html
parent5fbb9e9f5d241744dc2e2cbd1bfd8676c566f22d (diff)
downloadbootstrap-5f7352a6fe5f7a7eef4dce64184f55d1fec2676b.tar.xz
bootstrap-5f7352a6fe5f7a7eef4dce64184f55d1fec2676b.zip
Better grid template; link color change in docs navbar
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html
index be4e13098..264d4c672 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -67,6 +67,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
<h3 id="grid-example">Grid example</h3>
<p>On mobile devices, the grid starts out stacked. Above 768px, it becomes horizontal as media queries kick in to apply <code>float</code>s and <code>width</code>s. To create a basic grid layout, wrap a series of <code>.col-lg-*</code> elements within a <code>.row</code>. As this is a 12-column grid, each <code>.col-lg-*</code> spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent), even at mobile resolutions.</p>
+ <p>Be sure to checkout the <a href="../examples/grid/">full-page grid example</a> as well.</p>
<div class="bs-docs-grid">
<div class="row show-grid">
<div class="col col-lg-1">1</div>