From: Mark Otto Date: Sun, 15 Dec 2013 23:24:52 +0000 (-0800) Subject: formatting and comment X-Git-Tag: v3.1.0~148^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f22670c6ecfd4239fe690719867531c18721234;p=thirdparty%2Fbootstrap.git formatting and comment --- diff --git a/less/forms.less b/less/forms.less index d2d089c30d..e623c42e50 100644 --- a/less/forms.less +++ b/less/forms.less @@ -226,7 +226,12 @@ input[type="checkbox"], } } + // Form control sizing +// +// Build on `.form-control` with modifier classes to decrease or increase the +// height and font-size of form controls. + .input-sm { .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); }