]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove position from labels/badges in mini btns
authorMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 22:54:03 +0000 (15:54 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 22:54:03 +0000 (15:54 -0700)
docs/assets/css/bootstrap.css
less/labels-badges.less

index 59cf075796d078f61bf07db55a3278a339dd67ad..5db99719bc4f6a704a3f4570fe2c9db6399d4b61 100644 (file)
@@ -5138,6 +5138,11 @@ a.badge:hover {
   top: -1px;
 }
 
+.btn-mini .label,
+.btn-mini .badge {
+  top: 0;
+}
+
 @-webkit-keyframes progress-bar-stripes {
   from {
     background-position: 40px 0;
index 527cf6497e96cf8e474191fd21afed5ae30c3502..2f15fec05fd136074812ef9f34a82dc8a639bf92 100644 (file)
@@ -64,3 +64,9 @@ a {
     top: -1px;
   }
 }
+.btn-mini {
+  .label,
+  .badge {
+    top: 0;
+  }
+}