From: Chris Rebert Date: Mon, 16 Mar 2015 21:41:03 +0000 (-0700) Subject: tooltip: line-height: 1.4 => @line-height-base X-Git-Tag: v3.3.5~131^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a5d55f01c826c136b58c89907be76a203d5eaa;p=thirdparty%2Fbootstrap.git tooltip: line-height: 1.4 => @line-height-base --- diff --git a/less/tooltip.less b/less/tooltip.less index 9d56847433..c0dfd55ce1 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); }