Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/shortcodes/panel.md')
-rw-r--r--exampleSite/content/shortcodes/panel.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/content/shortcodes/panel.md b/exampleSite/content/shortcodes/panel.md
index 3a3a50d..257456a 100644
--- a/exampleSite/content/shortcodes/panel.md
+++ b/exampleSite/content/shortcodes/panel.md
@@ -18,15 +18,15 @@ Simply place the following shortcode on the page
### Parameters
#### Style
-The style parameter is directly applied to the alert as a class in the format *"border-{STYLE}"*. Bootstrap comes with a variety of styles that can be used with this:
-- primary
-- secondary
-- danger
-- warning
-- success
-- info
+The style parameter is directly applied to the alert as a class in the format *"border-{STYLE}"*. Bootstrap comes with a variety of styles that can be used with this:
+- primary
+- secondary
+- danger
+- warning
+- success
+- info
Example: <code>style="danger"</code>.
#### Title
-The title parameter defines the text shown as a title in the panel. It will have the same color as the style.
+The title parameter defines the text shown as a title in the panel. It will have the same color as the style.
Example: <code>title="I'm important"</code>.