From ece78ff086cab6c1a4381f108acd108be4d5b560 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Wed, 10 Apr 2013 00:04:44 +0200 Subject: [PATCH] cololol Correct all span, push, pull, offset classes to col- schema Fix a typo --- docs/docs.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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

Nesting columns

-

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.

Level 1: 9 columns @@ -439,7 +439,7 @@ title: Bootstrap Documentation {% endhighlight %}

Column ordering

-

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.

9
3
@@ -1876,11 +1876,11 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Column sizing

-

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.

- + - @@ -1907,12 +1907,12 @@ For example, <section> should be wrapped as inline. {% highlight html linenos %} - + - ... {% endhighlight %} -

If you need multiple inputs on the same line, wrap them in the standard grid markup (with .row and .span* classes). Each input should have it's own column and will expand to fill the available width automatically.

+

If you need multiple inputs on the same line, wrap them in the standard grid markup (with .row and .col-span-* classes). Each input should have it's own column and will expand to fill the available width automatically.