diff options
| author | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:34:23 +0200 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-22 15:34:23 +0200 |
| commit | 55bbb9ffd704353140cb1d42804ecd99f576f642 (patch) | |
| tree | e96f580242a04c21d35dfd2b307edd91cbdc6a7a /docs/assets/css | |
| parent | b7dcefea83d6aa92c6f78d5fb84fa9a032bc3c7f (diff) | |
| download | bootstrap-55bbb9ffd704353140cb1d42804ecd99f576f642.tar.xz bootstrap-55bbb9ffd704353140cb1d42804ecd99f576f642.zip | |
Nuked local .a() mixins and simplified the nesting
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3a6866785..c7e2b4eb1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } |
