diff options
| author | Chris Rebert <[email protected]> | 2015-03-16 14:41:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-08 00:50:38 -0700 |
| commit | 07a5d55f01c826c136b58c89907be76a203d5eaa (patch) | |
| tree | 719d013e6ccd4578ef10c7799acdcfbd505d8120 /less | |
| parent | 8a9d698daf6e2e25004733810b9fa8d0a4a1ccd4 (diff) | |
| download | bootstrap-07a5d55f01c826c136b58c89907be76a203d5eaa.tar.xz bootstrap-07a5d55f01c826c136b58c89907be76a203d5eaa.zip | |
tooltip: line-height: 1.4 => @line-height-base
Diffstat (limited to 'less')
| -rw-r--r-- | less/tooltip.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index 9d5684743..c0dfd55ce 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -12,7 +12,7 @@ font-family: @font-family-base; font-size: @font-size-small; font-weight: normal; - line-height: 1.4; + line-height: @line-height-base; .opacity(0); &.in { .opacity(@tooltip-opacity); } |
