]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltip: line-height: 1.4 => @line-height-base
authorChris Rebert <code@rebertia.com>
Mon, 16 Mar 2015 21:41:03 +0000 (14:41 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 8 Apr 2015 07:50:38 +0000 (00:50 -0700)
less/tooltip.less

index 9d5684743309e74514cebc5e5a2e49d876f38c93..c0dfd55ce1ae3eb5e4c3df32bf9419cf43e32922 100644 (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); }