aboutsummaryrefslogtreecommitdiff
path: root/scss/_badge.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-19 00:14:36 -0700
committerMark Otto <[email protected]>2015-06-19 00:14:36 -0700
commiteaa67a82d3a5b63e959feb153a79a82c1aeefbf2 (patch)
tree6dc969e73c26667b98fc08630d671ec11563f9e2 /scss/_badge.scss
parent930ed8df32470bcf98c890bc164285d077fbd4e5 (diff)
downloadbootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.tar.xz
bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.zip
fix scss linting
Diffstat (limited to 'scss/_badge.scss')
-rw-r--r--scss/_badge.scss4
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);