]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add docs callout to mention #9947
authorMark Otto <otto@github.com>
Thu, 5 Sep 2013 00:58:01 +0000 (17:58 -0700)
committerMark Otto <otto@github.com>
Thu, 5 Sep 2013 00:58:01 +0000 (17:58 -0700)
css.html

index 99a2c0a95808520326aa1dfb410dbe9f399c7aea..43ae9e8e01595f8935a0d75d28df93f0bd172f72 100644 (file)
--- a/css.html
+++ b/css.html
@@ -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 -->