Commit 4f22670c authored by Mark Otto's avatar Mark Otto

formatting and comment

parent d1f15baa
...@@ -226,7 +226,12 @@ input[type="checkbox"], ...@@ -226,7 +226,12 @@ input[type="checkbox"],
} }
} }
// Form control sizing // 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-sm {
.input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment