aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 16:02:00 -0700
committerMark Otto <[email protected]>2012-03-22 16:02:00 -0700
commitd7af2714c66ce19ba63e0871837f35dac73ecf66 (patch)
tree707beda626861ceafd4d76081ab5bae3ce71a4ad /docs
parent0f57bdab754d72697f412eb32723a83b2de9921e (diff)
downloadbootstrap-d7af2714c66ce19ba63e0871837f35dac73ecf66.tar.xz
bootstrap-d7af2714c66ce19ba63e0871837f35dac73ecf66.zip
remove separate badges and labels, add single file instead, remove hover from non-link badges/labels
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55592 -> 55574 bytes
-rw-r--r--docs/assets/css/bootstrap-responsive.css4
-rw-r--r--docs/assets/css/bootstrap.css71
3 files changed, 25 insertions, 50 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index d6ecc5869..49ccf75ec 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index d9fa91d6c..0bc6de916 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -169,9 +169,9 @@
width: 100%;
min-height: 28px;
/* Make inputs at least the height of their button counterpart */
-
+
/* Makes inputs behave like true block-level elements */
-
+
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 495188af7..e29bfbf70 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3562,8 +3562,8 @@ a.thumbnail:hover {
.thumbnail .caption {
padding: 9px;
}
-.label {
- padding: 1px 4px 2px;
+.label,
+.badge {
font-size: 10.998px;
font-weight: bold;
line-height: 13px;
@@ -3572,88 +3572,63 @@ a.thumbnail:hover {
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
+}
+.label {
+ padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
-.label:hover {
- color: #ffffff;
- text-decoration: none;
-}
-.label-important {
- background-color: #b94a48;
-}
-.label-important:hover {
- background-color: #953b39;
-}
-.label-warning {
- background-color: #f89406;
-}
-.label-warning:hover {
- background-color: #c67605;
-}
-.label-success {
- background-color: #468847;
-}
-.label-success:hover {
- background-color: #356635;
-}
-.label-info {
- background-color: #3a87ad;
-}
-.label-info:hover {
- background-color: #2d6987;
-}
-.label-inverse {
- background-color: #333333;
-}
-.label-inverse:hover {
- background-color: #1a1a1a;
-}
.badge {
padding: 1px 9px 2px;
- font-size: 12.025px;
- font-weight: bold;
- white-space: nowrap;
- color: #ffffff;
- background-color: #999999;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
-.badge:hover {
+a.label:hover,
+a.badge:hover {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
-.badge-error {
+.label-important,
+.badge-important {
background-color: #b94a48;
}
-.badge-error:hover {
+.label-important[href],
+.badge-important[href] {
background-color: #953b39;
}
+.label-warning,
.badge-warning {
background-color: #f89406;
}
-.badge-warning:hover {
+.label-warning[href],
+.badge-warning[href] {
background-color: #c67605;
}
+.label-success,
.badge-success {
background-color: #468847;
}
-.badge-success:hover {
+.label-success[href],
+.badge-success[href] {
background-color: #356635;
}
+.label-info,
.badge-info {
background-color: #3a87ad;
}
-.badge-info:hover {
+.label-info[href],
+.badge-info[href] {
background-color: #2d6987;
}
+.label-inverse,
.badge-inverse {
background-color: #333333;
}
-.badge-inverse:hover {
+.label-inverse[href],
+.badge-inverse[href] {
background-color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {