diff options
| author | Brian Nelson <[email protected]> | 2013-07-30 11:23:25 -0400 |
|---|---|---|
| committer | Brian Nelson <[email protected]> | 2013-07-30 11:23:25 -0400 |
| commit | 220fee80bfc4b80f43e4316d7f5fc081ba80a0db (patch) | |
| tree | 847d51b5bb20b81c88f93dcf7050feb543cfedac /less/badges.less | |
| parent | 5ef1fe160eb60622027dc14ab0627da704d5b374 (diff) | |
| download | bootstrap-220fee80bfc4b80f43e4316d7f5fc081ba80a0db.tar.xz bootstrap-220fee80bfc4b80f43e4316d7f5fc081ba80a0db.zip | |
Improves label and badge alignment so text aligns with baseline
Diffstat (limited to 'less/badges.less')
| -rw-r--r-- | less/badges.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/badges.less b/less/badges.less index 216d6014b..06f402925 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; |
