From: Chris Rebert Date: Thu, 23 Oct 2014 01:03:31 +0000 (-0700) Subject: Document .alert-dismissible .close restrictions; fixes #14802 X-Git-Tag: v3.3.0~70^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14858%2Fhead;p=thirdparty%2Fbootstrap.git Document .alert-dismissible .close restrictions; fixes #14802 [skip sauce] --- diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index e9a3120dea..7f539092f6 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -3,6 +3,7 @@

Example alerts

Add dismiss functionality to all alert messages with this plugin.

+

When using a .close button, it must be the first child of the .alert-dismissible and no text content may come before it in the markup.