aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-13 19:31:39 -0700
committerMark Otto <[email protected]>2013-10-13 19:31:39 -0700
commit950453db43f02d7d8dc653427f77317639cf0874 (patch)
tree0090951d46090e6371a383b4761392795572dd71 /css.html
parentee4a1ea295a363c040de21d728dab9848f26461f (diff)
downloadbootstrap-950453db43f02d7d8dc653427f77317639cf0874.tar.xz
bootstrap-950453db43f02d7d8dc653427f77317639cf0874.zip
mention rows must be in containers in grid docs
Diffstat (limited to 'css.html')
-rw-r--r--css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/css.html b/css.html
index e7c4debc8..9a5e56cf9 100644
--- a/css.html
+++ b/css.html
@@ -75,6 +75,7 @@ base_url: "../"
<h3 id="grid-intro">Introduction</h3>
<p>Grid systems are used for creating page layouts through a series of rows and columns that house your content. Here's how the Bootstrap grid system works:</p>
<ul>
+ <li>Rows must be placed within a <code>.container</code> for proper alignment and padding.</li>
<li>Use rows to create horizontal groups of columns.</li>
<li>Content should be placed within columns, and only columns may be immediate children of rows.</li>
<li>Predefined grid classes like <code>.row</code> and <code>.col-xs-4</code> are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.</li>