From 4139545da2c7c031806ecb17226d94be3434a294 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 02:31:33 -0700 Subject: rems: input sizes --- less/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'less') diff --git a/less/variables.less b/less/variables.less index 56e16bb6c..6225b25b2 100644 --- a/less/variables.less +++ b/less/variables.less @@ -182,11 +182,11 @@ @input-color-placeholder: @gray-light; //** Default `.form-control` height -@input-height-base: ((@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + .1); +@input-height-base: ((@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + .2); //** Large `.form-control` height -@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); +@input-height-large: ((@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + .2); //** Small `.form-control` height -@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); +@input-height-small: ((@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + .2); @legend-color: @gray-dark; @legend-border-color: #e5e5e5; -- cgit v1.2.3