diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 06cfbb4dba..33e0befb1c 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -332,6 +332,35 @@ +{% endhighlight %} + +

Checkboxes and radios without labels

+

Should you have no text within the <label>, the input is positioned as you'd expect. Currently only works on non-inline checkboxes and radios.

+
+
+
+ +
+
+ +
+
+
+{% highlight html %} +
+ +
+
+ +
{% endhighlight %}

Selects