From: Ray McMahan Date: Mon, 13 Apr 2015 06:24:56 +0000 (-0500) Subject: Fixes #16270. X-Git-Tag: v3.3.5~89^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a4bc1b9392b9dffa1266b9ace239237488b6b5;p=thirdparty%2Fbootstrap.git Fixes #16270. Badges now appeared vertically centered next to text. Previously, badges appeared to be somewhat lower than tall text such as h1's next to it. --- diff --git a/less/badges.less b/less/badges.less index c70bb939eb..6ee16dca41 100644 --- a/less/badges.less +++ b/less/badges.less @@ -12,7 +12,7 @@ font-weight: @badge-font-weight; color: @badge-color; line-height: @badge-line-height; - vertical-align: baseline; + vertical-align: middle; white-space: nowrap; text-align: center; background-color: @badge-bg;