1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02:00

Nuked local .a() mixins and simplified the nesting

This commit is contained in:
Artur Kwiatkowski
2013-04-22 15:34:23 +02:00
parent b7dcefea83
commit 55bbb9ffd7
2 changed files with 35 additions and 74 deletions

View File

@@ -4795,7 +4795,9 @@ a.thumbnail:focus {
border-radius: .25em;
}
.label[href]:hover,
a.label:hover,
.label[href]:focus,
a.label:focus {
color: #fff;
text-decoration: none;
@@ -4810,14 +4812,6 @@ a.label:focus {
background-color: #c9302c;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href] {
background-color: #ec971f;
}
.label-success {
background-color: #5cb85c;
}
@@ -4826,6 +4820,14 @@ a.label:focus {
background-color: #449d44;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href] {
background-color: #ec971f;
}
.label-info {
background-color: #5bc0de;
}