Commit 34566f49 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #12115 from Quy/master

Delete reference to a non-existent class
parents 7653b845 c6131436
Showing with 0 additions and 1 deletion
+0 -1
...@@ -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>
......
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