From bec8c90fd7a126e23c1d3a66eba9782b32729e48 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 May 2013 22:52:32 -0700 Subject: Cleanup .navbar-form styles * Nuke the commented out navbar forms code that's not currently needed * Add a few more examples to the .navbar-form docs section * Remove (for now at least) top padding on checkbox and radios --- less/forms.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 72eab570d..fb0a41dd8 100644 --- a/less/forms.less +++ b/less/forms.less @@ -193,17 +193,19 @@ textarea { margin-top: ((@line-height-base / 4) * -1); } +/* // Move the options list down to align with labels .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; // has to be padding because margin collaspes } +*/ // Radios and checkboxes on same line .radio-inline, .checkbox-inline { display: inline-block; - padding-top: 5px; +// padding-top: 5px; padding-left: 20px; margin-bottom: 0; vertical-align: middle; -- cgit v1.2.3