diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 5df36e2820..3114cb455c 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -71,13 +71,6 @@ -
- -
-
@
- -
-
@@ -96,13 +89,6 @@
-
- -
-
@
- -
-
@@ -116,6 +102,32 @@ {% endhighlight %} +
+
+
+ +
+
$
+ +
.00
+
+
+ +
+
+{% highlight html %} +
+
+ +
+
$
+ +
.00
+
+
+ +
+{% endhighlight %}

Horizontal form

Use Bootstrap's predefined grid classes to align labels and groups of form controls in a horizontal layout by adding .form-horizontal to the form. Doing so changes .form-groups to behave as grid rows, so no need for .row.