From 4f22670c6ecfd4239fe690719867531c18721234 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 15:24:52 -0800 Subject: [PATCH] formatting and comment --- less/forms.less | 5 +++++ 1 file changed, 5 insertions(+) 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); }