diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index d88498f8e..031dcd879 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 %}