diff --git a/docs/docs.html b/docs/docs.html index e7d7efb586..ba32b32957 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -408,7 +408,7 @@ title: Bootstrap Documentation
To nest your content with the default grid, add a new .row
and set of .span*
columns within an existing .span*
column. Nested rows should include a set of columns that add up to 12.
To nest your content with the default grid, add a new .row
and set of .col-span-*
columns within an existing .col-span-*
column. Nested rows should include a set of columns that add up to 12.
Easily change the order of our built-in grid columns with .push*
and .pull*
modifier classes.
Easily change the order of our built-in grid columns with .col-push-*
and .col-pull-*
modifier classes.
<section>
should be wrapped as inline.
{% endhighlight %}
Use .col-span-12
to .col-span-12
for setting widths on inputs that match Bootstrap's grid system.
Use .col-span-1
to .col-span-12
for setting widths on inputs that match Bootstrap's grid system.