mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add docs callout to mention #9947
This commit is contained in:
parent
fc8e66d2cb
commit
124c80b30a
1 changed files with 4 additions and 0 deletions
4
css.html
4
css.html
|
@ -757,6 +757,10 @@ base_url: "../"
|
||||||
<p class="text-warning">...</p>
|
<p class="text-warning">...</p>
|
||||||
<p class="text-danger">...</p>
|
<p class="text-danger">...</p>
|
||||||
{% endhighlight %}
|
{% 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>>span<</code> with the class.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Abbreviations -->
|
<!-- Abbreviations -->
|
||||||
|
|
Loading…
Reference in a new issue