]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
another grid .row mention
authorMark Otto <otto@github.com>
Mon, 14 Oct 2013 00:25:27 +0000 (17:25 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Oct 2013 00:25:27 +0000 (17:25 -0700)
css.html

index f8b801ea769ba8b99440306bf935afbb68ab6aae..e0828c6ffe29762563d0de828e899f57682bac40 100644 (file)
--- 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>