]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #2613: labels hang too low
authorMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:40:10 +0000 (00:40 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 07:40:10 +0000 (00:40 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/labels-badges.less

index 743cd3fbdfb9e326e91f6a600df02bfd47670d84..d025abf0a1df17ad1fe2587e98dee521e3b5efb3 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 747fd4b5523e7e29ae6fcbe0a53bec05fd258ad4..f4d2dbe378c463cb9f6eec981f4436c62e65adcf 100644 (file)
@@ -3578,7 +3578,7 @@ a.thumbnail:hover {
 .badge {
   font-size: 10.998px;
   font-weight: bold;
-  line-height: 13px;
+  line-height: 14px;
   color: #ffffff;
   vertical-align: middle;
   white-space: nowrap;
index 32291f14ef9f794396a708513f6194f3f1c42fed..e29f2c43408105ac60e695b8d93c8590b238cbd1 100644 (file)
@@ -6,7 +6,7 @@
 .badge {
   font-size: @baseFontSize * .846;
   font-weight: bold;
-  line-height: 13px; // ensure proper line-height if floated
+  line-height: 14px; // ensure proper line-height if floated
   color: @white;
   vertical-align: middle;
   white-space: nowrap;