]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typo and added leading space 13358/head
authorjackson <zohar.jackson@dynamicsresolved.com>
Wed, 16 Apr 2014 16:39:29 +0000 (12:39 -0400)
committerjackson <zohar.jackson@dynamicsresolved.com>
Wed, 16 Apr 2014 16:39:29 +0000 (12:39 -0400)
docs/_includes/css/helpers.html

index 7bb6cf82ecef0a4933fde0e4e5b31eed6221d7d0..a76704673b05dd7eeff391338d6109c942de8795 100644 (file)
@@ -40,9 +40,9 @@
 <p class="bg-warning">...</p>
 <p class="bg-danger">...</p>
 {% endhighlight %}
- <div class="bs-callout bs-callout-info">
 <div class="bs-callout bs-callout-info">
     <h4>Dealing with specificity</h4>
-    <p>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 <code>&lt;div&gt;</code> with the class.</p>
+    <p>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 <code>&lt;div&gt;</code> with the class.</p>
   </div>
 
   <h3 id="helper-classes-close">Close icon</h3>