Skip to content

Commit

Permalink
add docs callout to mention twbs#9947
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 5, 2013
1 parent fc8e66d commit 124c80b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,10 @@ <h3>Emphasis classes</h3>
<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 -->
Expand Down

0 comments on commit 124c80b

Please sign in to comment.