aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-30 21:17:53 -0800
committerMark Otto <[email protected]>2013-11-30 21:17:53 -0800
commit22da6fcfb269e78f6d89cd17e6f63f45d19ae8e3 (patch)
treeafb40a2f12fbfa4a3045dd68221550b98a81f453 /dist/css/bootstrap.css
parenta127f3921eea284bb0656da1362fe4f2a45df8fe (diff)
downloadbootstrap-22da6fcfb269e78f6d89cd17e6f63f45d19ae8e3.tar.xz
bootstrap-22da6fcfb269e78f6d89cd17e6f63f45d19ae8e3.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 69a2009f3..811aaab37 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5091,6 +5091,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none;
}
+.btn .label {
+ position: relative;
+ top: -1px;
+}
+
.label-default {
background-color: #999999;
}
@@ -5164,6 +5169,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
display: none;
}
+.btn .badge {
+ position: relative;
+ top: -1px;
+}
+
a.badge:hover,
a.badge:focus {
color: #ffffff;
@@ -5171,11 +5181,6 @@ a.badge:focus {
cursor: pointer;
}
-.btn .badge {
- position: relative;
- top: -1px;
-}
-
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;