aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorjackson <[email protected]>2014-04-16 12:39:29 -0400
committerjackson <[email protected]>2014-04-16 12:39:29 -0400
commitca45998fc9ac6ea2d83c32dfe590d2f76d37db0d (patch)
tree7fb292fad972a172d5cd9b28bfad318a115c4d43 /docs/_includes/css
parent1d77660c62f178407c3cd306cc745182de2abc03 (diff)
downloadbootstrap-ca45998fc9ac6ea2d83c32dfe590d2f76d37db0d.tar.xz
bootstrap-ca45998fc9ac6ea2d83c32dfe590d2f76d37db0d.zip
Fixed typo and added leading space
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/helpers.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html
index 7bb6cf82e..a76704673 100644
--- a/docs/_includes/css/helpers.html
+++ b/docs/_includes/css/helpers.html
@@ -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>