From: Patrick H. Lauke Date: Mon, 8 Dec 2014 12:05:42 +0000 (+0000) Subject: Split out/clarify ```` and ``multiple`` --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index d88498f8e1..031dcd8793 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -378,7 +378,6 @@ {% endhighlight %}

Selects

-

Use the default option, or add multiple to show multiple options at once.

-
-
{% highlight html %} @@ -406,7 +397,23 @@ +{% endhighlight %} + +

For <select> controls with the multiple attribute, multiple options are shown by default.

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