From c936b4f0fc1e335a38be79d32cc0c523de4a9d15 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Thu, 7 Apr 2016 11:18:08 -0700 Subject: [PATCH] adds docs about using select menu --- docs/pages/callout.md | 12 ++++++------ docs/pages/forms.md | 2 +- test/visual/flex-grid/column-row.html | 1 + test/visual/flex-grid/nesting.html | 2 +- test/visual/grid/nesting.html | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/pages/callout.md b/docs/pages/callout.md index 6ddb9323f..f2959251e 100644 --- a/docs/pages/callout.md +++ b/docs/pages/callout.md @@ -27,38 +27,38 @@ Callouts can be colored using the `.secondary`, `.primary`, `.success`, `.warnin ```html
-
This is a secondary panel
+
This is a secondary callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
```
-
This is a secondary panel
+
This is a secondary callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
-
This is a primary panel
+
This is a primary callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
-
This is a success panel
+
This is a success callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
-
This is a warning panel
+
This is a warning callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
-
This is an alert panel
+
This is an alert callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
diff --git a/docs/pages/forms.md b/docs/pages/forms.md index 47b09bdec..b933706b9 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -82,7 +82,7 @@ Use select menus to combine many choices into one menu. ``` -Add the `multiple` attribute to allow more than one option to be selected. +Add the `multiple` attribute to allow more than one option to be selected. Hold down the Ctrl (windows) / Command (Mac) button to select multiple options. ```html_example