0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

tooltip: line-height: 1.4 => @line-height-base

This commit is contained in:
Chris Rebert 2015-03-16 14:41:03 -07:00
parent 8a9d698daf
commit 07a5d55f01

View File

@ -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); }