Commit ca45998f authored by jackson's avatar jackson
Browse files

Fixed typo and added leading space

parent 1d77660c
Showing with 2 additions and 2 deletions
+2 -2
...@@ -40,9 +40,9 @@ ...@@ -40,9 +40,9 @@
<p class="bg-warning">...</p> <p class="bg-warning">...</p>
<p class="bg-danger">...</p> <p class="bg-danger">...</p>
{% endhighlight %} {% endhighlight %}
<div class="bs-callout bs-callout-info"> <div class="bs-callout bs-callout-info">
<h4>Dealing with specificity</h4> <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> </div>
<h3 id="helper-classes-close">Close icon</h3> <h3 id="helper-classes-close">Close icon</h3>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment