diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index eb2141cf17..5a76ce4958 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -254,7 +254,7 @@ {% endhighlight %} -

Inline checkboxes

+

Inline checkboxes and radios

Use the .checkbox-inline or .radio-inline classes on a series of checkboxes or radios for controls that appear on the same line.

@@ -268,6 +268,18 @@ 3
+
+
+ + + +
{% highlight html %}