From: jackson Date: Wed, 16 Apr 2014 16:39:29 +0000 (-0400) Subject: Fixed typo and added leading space X-Git-Tag: v3.2.0~250^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca45998fc9ac6ea2d83c32dfe590d2f76d37db0d;p=thirdparty%2Fbootstrap.git Fixed typo and added leading space --- diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index 7bb6cf82ec..a76704673b 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -40,9 +40,9 @@

...

...

{% endhighlight %} -
+

Dealing with specificity

-

Sometimes contextual background classeses cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a <div> with the class.

+

Sometimes contextual background classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a <div> with the class.

Close icon