diff options
| author | Mark Otto <[email protected]> | 2013-09-04 17:58:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 17:58:01 -0700 |
| commit | 124c80b30a3dccbc5718873d546b0912b91795a1 (patch) | |
| tree | 8a30493d819fb345b5e978324bf25717c102cc15 /css.html | |
| parent | fc8e66d2cb5004cd815b15cf69a860040201a337 (diff) | |
| download | bootstrap-124c80b30a3dccbc5718873d546b0912b91795a1.tar.xz bootstrap-124c80b30a3dccbc5718873d546b0912b91795a1.zip | |
add docs callout to mention #9947
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 --> |
