From: jackson Date: Wed, 16 Apr 2014 15:29:36 +0000 (-0400) Subject: Added specificity note to docs per issue #13332 X-Git-Tag: v3.2.0~250^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d77660c62f178407c3cd306cc745182de2abc03;p=thirdparty%2Fbootstrap.git Added specificity note to docs per issue #13332 --- diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index e787a3103c..7bb6cf82ec 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -40,7 +40,10 @@

...

...

{% endhighlight %} - +
+

Dealing with specificity

+

Sometimes contextual background classeses cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a <div> with the class.

+

Close icon

Use the generic close icon for dismissing content like modals and alerts.