mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Document .bg-inverse
This commit is contained in:
parent
7ff9b1979c
commit
6aebac8e38
@ -293,7 +293,8 @@
|
||||
.bg-success,
|
||||
.bg-info,
|
||||
.bg-warning,
|
||||
.bg-danger {
|
||||
.bg-danger,
|
||||
.bg-inverse {
|
||||
&:not(.navbar) {
|
||||
padding: .5rem;
|
||||
margin-top: .5rem;
|
||||
|
@ -132,6 +132,7 @@ Similar to the contextual text color classes, easily set the background of an el
|
||||
<div class="bg-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</div>
|
||||
<div class="bg-warning">Etiam porta sem malesuada magna mollis euismod.</div>
|
||||
<div class="bg-danger">Donec ullamcorper nulla non metus auctor fringilla.</div>
|
||||
<div class="bg-inverse">Cras mattis consectetur purus sit amet fermentum.</div>
|
||||
{% endexample %}
|
||||
|
||||
{% callout info %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user