Commit c6131436 authored by Quy Ton's avatar Quy Ton

Delete reference to a non-existent class

parent 7653b845
...@@ -2414,7 +2414,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -2414,7 +2414,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p class="bg-danger">Donec ullamcorper nulla non metus auctor fringilla.</p> <p class="bg-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
</div> </div>
{% highlight html %} {% highlight html %}
<p class="bg-muted">...</p>
<p class="bg-primary">...</p> <p class="bg-primary">...</p>
<p class="bg-success">...</p> <p class="bg-success">...</p>
<p class="bg-info">...</p> <p class="bg-info">...</p>
......
Markdown is supported
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