From: Pierre-Denis Vanduynslager Date: Mon, 16 Jan 2017 05:33:32 +0000 (-0500) Subject: Add alert divider (
) example in docs (#21673) X-Git-Tag: v4.0.0-beta~147^2~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0f527249ffcad217c47701dab1c7872e85fb34;p=thirdparty%2Fbootstrap.git Add alert divider (
) example in docs (#21673) * Add alert divider (
)example in docs *
=>
per @vsn4ik suggestion --- diff --git a/docs/components/alerts.md b/docs/components/alerts.md index da72e322e5..dae4ec7d36 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -55,12 +55,13 @@ Use the `.alert-link` utility class to quickly provide matching colored links wi ### Additional content -Alerts can also contain additional HTML elements like headings and paragraphs. +Alerts can also contain additional HTML elements like headings, paragraphs and dividers. {% example html %} {% endexample %}