diff options
| author | Mark Otto <[email protected]> | 2013-07-30 14:07:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 14:07:00 -0700 |
| commit | 96eef43deea6d923f508875d509f46cff7b84146 (patch) | |
| tree | 154eb45d7fd7fb89ec253654cca94afbaea2cc43 /less | |
| parent | fc8f4f04652f6fb29657969f7ea6f167635fd01f (diff) | |
| parent | dcbf1e51c41ea774aa3ad62ca87ac5478c837275 (diff) | |
| download | bootstrap-96eef43deea6d923f508875d509f46cff7b84146.tar.xz bootstrap-96eef43deea6d923f508875d509f46cff7b84146.zip | |
Merge pull request #8852 from briannelsondesign/label_baselines
Adjusts vertical alignment of labels and badges
Diffstat (limited to 'less')
| -rw-r--r-- | less/badges.less | 2 | ||||
| -rw-r--r-- | less/labels.less | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/less/labels.less b/less/labels.less index 7ee7ee68a..7e7ea169f 100644 --- a/less/labels.less +++ b/less/labels.less @@ -11,7 +11,7 @@ color: @label-color; text-align: center; white-space: nowrap; - vertical-align: middle; + vertical-align: baseline; background-color: @gray-light; border-radius: .25em; |
