1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Update labels to include a base class

* Builds on the new button styles by requiring a `.btn-default` for the
regular, gray labels
* Updates components examples to show new stuff
This commit is contained in:
Mark Otto
2013-08-05 15:30:28 -07:00
parent 844df9e001
commit c4281f3919
5 changed files with 26 additions and 12 deletions

View File

@@ -4073,7 +4073,6 @@ a.thumbnail:focus {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
border-radius: .25em;
}
@@ -4085,6 +4084,15 @@ a.thumbnail:focus {
background-color: #808080;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-danger {
background-color: #d9534f;
}