]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #16270. 16280/head
authorRay McMahan <ray.mcmahan1@gmail.com>
Mon, 13 Apr 2015 06:24:56 +0000 (01:24 -0500)
committerRay McMahan <ray.mcmahan1@gmail.com>
Mon, 13 Apr 2015 06:24:56 +0000 (01:24 -0500)
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.

less/badges.less

index c70bb939ebe253a17a39419d595d0038c7a683bc..6ee16dca413ea6d846ed8dbaf07cf0d7d9724bc9 100644 (file)
@@ -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;