From: Brian Nelson Date: Tue, 30 Jul 2013 15:23:25 +0000 (-0400) Subject: Improves label and badge alignment so text aligns with baseline X-Git-Tag: v3.0.0~90^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=220fee80bfc4b80f43e4316d7f5fc081ba80a0db;p=thirdparty%2Fbootstrap.git Improves label and badge alignment so text aligns with baseline --- diff --git a/less/badges.less b/less/badges.less index 216d6014b9..06f4029251 100644 --- a/less/badges.less +++ b/less/badges.less @@ -12,7 +12,7 @@ font-weight: bold; color: @badge-color; line-height: 1; - vertical-align: middle; + vertical-align: baseline; white-space: nowrap; text-align: center; background-color: @badge-bg; diff --git a/less/labels.less b/less/labels.less index 7ee7ee68a4..7e7ea169f0 100644 --- a/less/labels.less +++ b/less/labels.less @@ -11,7 +11,7 @@ color: @label-color; text-align: center; white-space: nowrap; - vertical-align: middle; + vertical-align: baseline; background-color: @gray-light; border-radius: .25em;