diff options
| author | Mark Otto <[email protected]> | 2015-06-19 00:14:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 00:14:36 -0700 |
| commit | eaa67a82d3a5b63e959feb153a79a82c1aeefbf2 (patch) | |
| tree | 6dc969e73c26667b98fc08630d671ec11563f9e2 /scss/_badge.scss | |
| parent | 930ed8df32470bcf98c890bc164285d077fbd4e5 (diff) | |
| download | bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.tar.xz bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.zip | |
fix scss linting
Diffstat (limited to 'scss/_badge.scss')
| -rw-r--r-- | scss/_badge.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_badge.scss b/scss/_badge.scss index 5646da722..e842cea30 100644 --- a/scss/_badge.scss +++ b/scss/_badge.scss @@ -11,11 +11,11 @@ padding-left: .6em; font-size: .75em; font-weight: $badge-font-weight; - color: $badge-color; line-height: $line-height-base; + color: $badge-color; text-align: center; - vertical-align: middle; white-space: nowrap; + vertical-align: middle; background-color: $badge-bg; @include border-radius($badge-border-radius); |
