From: David Boskovic Date: Tue, 5 Mar 2013 03:01:48 +0000 (-0500) Subject: cleans up documentation X-Git-Tag: v4.0.5~26^2~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1710%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git cleans up documentation --- diff --git a/docs/components/custom-forms.html.erb b/docs/components/custom-forms.html.erb index 8440cdab8..04608e347 100644 --- a/docs/components/custom-forms.html.erb +++ b/docs/components/custom-forms.html.erb @@ -111,6 +111,7 @@

Building Custom Selects

Sometimes you need to let people select a single item from a long list of options. This is what <select> elements are for. We've taken these a step further by including our own custom style that looks a lot better than inconsistent browser defaults. You can set any of the <option> elements to <option disabled> to make them unable to select. Custom selects are built like you'd expect:

+

For those who may want to apply custom styles to a specific dropdown, any classes on the <select> element will be appended to the generated <div class="custom dropdown"> element.

<%= code_example '
@@ -125,7 +126,7 @@ -