]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change line-height value with variable for btn-large and btn-small
authorElvis Ratzlaff <eratzlaff@adelantos.com.py>
Sat, 3 Aug 2013 07:56:06 +0000 (03:56 -0400)
committerElvis Ratzlaff <eratzlaff@adelantos.com.py>
Sat, 3 Aug 2013 07:56:06 +0000 (03:56 -0400)
less/buttons.less

index 8905ffa4a5d0dec7da6b14cf4135eb6e459fca90..e53b0132fcbce9b069c10ebacbf923fa39f92d0a 100644 (file)
 .btn-large {
   padding: @padding-large-vertical @padding-large-horizontal;
   font-size: @font-size-large;
-  line-height: 1.33; // ensure even-numbered height of button next to large input
+  line-height: @line-height-large; // ensure even-numbered height of button next to large input
   border-radius: @border-radius-large;
 }
 .btn-small,
 .btn-mini {
   padding: @padding-small-vertical @padding-small-horizontal;
   font-size: @font-size-small;
-  line-height: 1.5; // ensure proper height of button next to small input
+  line-height: @line-height-small; // ensure proper height of button next to small input
   border-radius: @border-radius-small;
 }
 .btn-mini {