2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Improves label and badge alignment so text aligns with baseline

This commit is contained in:
Brian Nelson
2013-07-30 11:23:25 -04:00
parent 5ef1fe160e
commit 220fee80bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;