From: Chris Rebert Date: Thu, 5 Sep 2013 03:33:18 +0000 (-0700) Subject: fix swapped angle brackets in docs; fixes part of #10456 X-Git-Tag: v3.0.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0087f3a744e5e1e86a87cfa5c929b34e3ddd86;p=thirdparty%2Fbootstrap.git fix swapped angle brackets in docs; fixes part of #10456 --- diff --git a/css.html b/css.html index 43ae9e8e01..3cfc92258b 100644 --- a/css.html +++ b/css.html @@ -759,7 +759,7 @@ base_url: "../" {% endhighlight %}

Dealing with specificity

-

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 >span< with the class.

+

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 <span> with the class.