diff options
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>>span<</code> with the class.</p> + </div> <!-- Abbreviations --> |
