diff options
| author | Chris Rebert <[email protected]> | 2013-09-04 20:33:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-04 20:33:18 -0700 |
| commit | 0b0087f3a744e5e1e86a87cfa5c929b34e3ddd86 (patch) | |
| tree | 154cd00ce0eec61d4a2927857cb9643c6d109477 | |
| parent | 56c8826c770376840d1873f4e524f096ab5c686d (diff) | |
| download | bootstrap-0b0087f3a744e5e1e86a87cfa5c929b34e3ddd86.tar.xz bootstrap-0b0087f3a744e5e1e86a87cfa5c929b34e3ddd86.zip | |
fix swapped angle brackets in docs; fixes part of #10456
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ base_url: "../" {% 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> + <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> |
