From b4a2b993958c61becd96f4adff505a245ab0be44 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Feb 2016 20:43:12 -0800 Subject: Dump the type margin overrides in alerts for utils, document that particular example, sidesteps part of #18884 --- docs/components/alerts.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/components') diff --git a/docs/components/alerts.md b/docs/components/alerts.md index e27109768..c269c3d8f 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -49,6 +49,19 @@ Use the `.alert-link` utility class to quickly provide matching colored links wi {% endexample %} +### Additional content + +Alerts can also contain additional HTML elements like headings and paragraphs. + +{% example html %} + +{% endexample %} + + ### Dismissing Using the alert JavaScript plugin, it's possible to dismiss any alert inline. Here's how: -- cgit v1.2.3