From: Mark Otto Date: Thu, 5 Sep 2013 00:58:01 +0000 (-0700) Subject: add docs callout to mention #9947 X-Git-Tag: v3.0.1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124c80b30a3dccbc5718873d546b0912b91795a1;p=thirdparty%2Fbootstrap.git add docs callout to mention #9947 --- diff --git a/css.html b/css.html index 99a2c0a958..43ae9e8e01 100644 --- a/css.html +++ b/css.html @@ -757,6 +757,10 @@ base_url: "../"

...

...

{% endhighlight %} +
+

Dealing with specificity

+

Sometimes emphasis classes cannot be applied due to the specificity of another selector. In most cases a sufficient workaround is to wrap your text in a >span< with the class.

+