aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 17:25:27 -0700
committerMark Otto <[email protected]>2013-10-13 17:25:27 -0700
commit727a91de1cdf5cbc4f25528e073480332a5940c5 (patch)
treeb79e1812cb0ab6d98f4bb7445ab638ac17e4f179 /css.html
parent49f177fe6034c00242705a2f02b29758aaf96879 (diff)
downloadbootstrap-727a91de1cdf5cbc4f25528e073480332a5940c5.tar.xz
bootstrap-727a91de1cdf5cbc4f25528e073480332a5940c5.zip
another grid .row mention
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index f8b801ea7..e0828c6ff 100644
--- a/css.html
+++ b/css.html
@@ -185,7 +185,7 @@ base_url: "../"
<p>Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, applying any <code>.col-md-</code> class to an element will not only affect its styling on medium devices but also on large devices if a <code>.col-lg-</code> class is not present.</p>
<h3 id="grid-example-basic">Example: Stacked-to-horizontal</h3>
- <p>Using a single set of <code>.col-md-*</code> grid classes, you can create a basic grid system that starts out stacked on mobile devices and tablet devices (the extra small to small range) before becoming horizontal on desktop (medium) devices.</p>
+ <p>Using a single set of <code>.col-md-*</code> grid classes, you can create a basic grid system that starts out stacked on mobile devices and tablet devices (the extra small to small range) before becoming horizontal on desktop (medium) devices. Place grid columns in any <code>.row</code>.</p>
<div class="bs-docs-grid">
<div class="row show-grid">
<div class="col-md-1">.col-md-1</div>