aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 15:30:28 -0700
committerMark Otto <[email protected]>2013-08-05 15:30:28 -0700
commitc4281f39190b99ed543b046430e32ff488092ecd (patch)
tree5eab86ca1606061950675c2c01ad928c95a31899 /dist/css/bootstrap.css
parent844df9e0011c0dff5900bcbed3f1146564c0103c (diff)
downloadbootstrap-c4281f39190b99ed543b046430e32ff488092ecd.tar.xz
bootstrap-c4281f39190b99ed543b046430e32ff488092ecd.zip
Update labels to include a base class
* Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index b52b76790..4eff10a54 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4073,7 +4073,6 @@ a.thumbnail:focus {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
- background-color: #999999;
border-radius: .25em;
}
@@ -4085,6 +4084,15 @@ a.thumbnail:focus {
background-color: #808080;
}
+.label-default {
+ background-color: #999999;
+}
+
+.label-default[href]:hover,
+.label-default[href]:focus {
+ background-color: #808080;
+}
+
.label-danger {
background-color: #d9534f;
}