1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

line-height-base to line-height var

This commit is contained in:
Mark Otto
2015-06-22 23:24:32 -07:00
parent 03a5ff6b82
commit ed42fc9b76
12 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
padding-left: .6em;
font-size: .75em;
font-weight: $badge-font-weight;
line-height: $line-height-base;
line-height: $line-height;
color: $badge-color;
text-align: center;
white-space: nowrap;