aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-15 09:17:11 -0800
committerMark Otto <[email protected]>2012-11-15 09:17:11 -0800
commitfa1c130552022520161a2b0c595e2ca431df0c97 (patch)
tree1f771b6f607157a55e250f336962b2d38d7307e2 /docs/assets
parenta43bf14ea5fa7118cfdbed0469d227976fb92a79 (diff)
downloadbootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.tar.xz
bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.zip
Change important badges/labels to danger
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css8
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;
}