2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

cut margin in half on default forms

This commit is contained in:
Mark Otto
2012-01-23 12:21:00 -08:00
parent ea8f5883fd
commit ff113acba8
3 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -463,13 +463,16 @@ select:focus:required:invalid {
// Margin to space out fieldsets
.control-group {
margin-bottom: @baseLineHeight;
margin-bottom: @baseLineHeight / 2;
}
// Horizontal-specific styles
// --------------------------
.form-horizontal {
.control-group {
margin-bottom: @baseLineHeight;
}
// Float the labels left
.control-group > label {
float: left;