add docs callout to mention #9947

This commit is contained in:
Mark Otto 2013-09-04 17:58:01 -07:00
parent fc8e66d2cb
commit 124c80b30a
1 changed files with 4 additions and 0 deletions

View File

@ -757,6 +757,10 @@ base_url: "../"
<p class="text-warning">...</p>
<p class="text-danger">...</p>
{% endhighlight %}
<div class="bs-callout bs-callout-info">
<h4>Dealing with specificity</h4>
<p>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 <code>&gt;span&lt;</code> with the class.</p>
</div>
<!-- Abbreviations -->