1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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>