diff options
| author | Mark Otto <[email protected]> | 2012-11-15 09:17:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-15 09:17:11 -0800 |
| commit | fa1c130552022520161a2b0c595e2ca431df0c97 (patch) | |
| tree | 1f771b6f607157a55e250f336962b2d38d7307e2 /docs/assets/css/bootstrap.css | |
| parent | a43bf14ea5fa7118cfdbed0469d227976fb92a79 (diff) | |
| download | bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.tar.xz bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.zip | |
Change important badges/labels to danger
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 43d391acf..f5dd155fc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4926,13 +4926,13 @@ a.badge:hover { cursor: pointer; } -.label-important, -.badge-important { +.label-danger, +.badge-danger { background-color: #b94a48; } -.label-important[href], -.badge-important[href] { +.label-danger[href], +.badge-danger[href] { background-color: #953b39; } |
