Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-06-19 09:56:43 +0300
committerMark Otto <markdotto@gmail.com>2015-06-19 09:56:43 +0300
commit169d2a4a78776ddaa4fec774691a3c5f03aa3eda (patch)
tree997248da2a627a3ef3478dd0f8f8077267c56e22 /scss/_badge.scss
parentdf2ca92d7704d54a15be54e5da8086712bd18680 (diff)
parent1e64692716985246f70c89bcf8d5119e17a353c0 (diff)
Merge branch 'master' into v4
Diffstat (limited to 'scss/_badge.scss')
-rw-r--r--scss/_badge.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_badge.scss b/scss/_badge.scss
index 53781160a5..5646da7225 100644
--- a/scss/_badge.scss
+++ b/scss/_badge.scss
@@ -14,6 +14,7 @@
color: $badge-color;
line-height: $line-height-base;
text-align: center;
+ vertical-align: middle;
white-space: nowrap;
background-color: $badge-bg;
@include border-radius($badge-border-radius);