From 1d6187956f3a0ae0a3527da533b21608b9e18c3e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Mar 2014 23:00:47 -0700 Subject: [PATCH] Document #13186 --- docs/_includes/css/forms.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 %}