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.
This commit is contained in:
Ray McMahan 2015-04-13 01:24:56 -05:00
parent a719eb69d2
commit b8a4bc1b93
1 changed files with 1 additions and 1 deletions

View 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;