]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Issue #8175 - remove lh for input-lg|sm 9124/head
authorgeedmo <geedmo.ds@gmail.com>
Mon, 5 Aug 2013 22:58:38 +0000 (19:58 -0300)
committergeedmo <geedmo.ds@gmail.com>
Mon, 5 Aug 2013 22:58:38 +0000 (19:58 -0300)
less/input-groups.less

index 21b07922b4c9d2755d5208ee69325138015093f5..6b832c3f16756daa1266acaae208228c37f1a347 100644 (file)
     padding: @padding-small-vertical @padding-small-horizontal;
     font-size: @font-size-small;
     border-radius: @border-radius-small;
-    line-height: @line-height-small;
   }
   &.input-lg {
     padding: @padding-large-vertical @padding-large-horizontal;
     font-size: @font-size-large;
     border-radius: @border-radius-large;
-    line-height: @line-height-large;
   }
 
   // Nuke default margins from checkboxes and radios to vertically center within.