1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Delete reference to a non-existent class

This commit is contained in:
Quy Ton
2014-01-05 20:08:37 -08:00
parent 7653b845f8
commit c613143638

View File

@@ -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>