diff --git a/docs/docs.html b/docs/docs.html index 73c81ff409..321f63ab55 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -332,7 +332,7 @@ title: Bootstrap Documentation

Bootstrap includes a responsive, percent-based grid system that appropriately scales up to 12 columns as the device or viewport size increases—in other words, it's mobile first. It includes predefined classes for this, as well as powerful mixins for generating semantic layouts.

Grid example

-

On mobile devices, the grid starts out stacked. Above 768px, it becomes horizontal as media queries kick in to apply floats and widths. To create a basic grid layout, wrap a series of .col-span-* elements within a .row. As this is a 12-column grid, each .span* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent), even at mobile resolutions.

+

On mobile devices, the grid starts out stacked. Above 768px, it becomes horizontal as media queries kick in to apply floats and widths. To create a basic grid layout, wrap a series of .col-span-* elements within a .row. As this is a 12-column grid, each .col-span-* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent), even at mobile resolutions.

1
@@ -1172,8 +1172,8 @@ For example, <section> should be wrapped as inline.

Use contextual classes to color table rows.

- - + + @@ -1640,12 +1640,12 @@ For example, <section> should be wrapped as inline.

Add text or buttons before, after, or on both sides of any text-based input. Use .input-group with a .add-on to prepend or append elements to an <input>.

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

-
+
@

-
+
.00
@@ -1657,12 +1657,12 @@ For example, <section> should be wrapped as inline.
{% highlight html linenos %} -
+
@
-
+
.00
@@ -1677,33 +1677,33 @@ For example, <section> should be wrapped as inline.

Optional sizes

Add the relative form sizing classes to the `.input-group-addon`.

-
+
@

-
+
@

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

Buttons instead of text

Buttons in input groups are a bit different and require one extra level of nesting. Instead of .input-group-addon, you'll need to use .input-group-btn to wrap the buttons. This is required due to default browser styles that cannot be overridden.

-
+

-
+
@@ -1727,14 +1727,14 @@ For example, <section> should be wrapped as inline.
{% highlight html linenos %} -
+
-
+
@@ -1745,7 +1745,7 @@ For example, <section> should be wrapped as inline.

Button dropdowns

-
+

-
+
@@ -1774,7 +1774,7 @@ For example, <section> should be wrapped as inline.
{% highlight html linenos %} -
+
-
+
@@ -1805,7 +1805,7 @@ For example, <section> should be wrapped as inline.

Segmented dropdown groups

-
+
@@ -1842,14 +1842,14 @@ For example, <section> should be wrapped as inline.
{% highlight html linenos %} -
+
-
+
@@ -1876,13 +1876,13 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Column sizing

-

Use .span1 to .span12 for setting widths on inputs that match Bootstrap's grid system.

+

Use .col-span-12 to .col-span-12 for setting widths on inputs that match Bootstrap's grid system.

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