From 55a700eeaf86848e8207038743205bd3b3fff157 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Fri, 14 Apr 2017 13:54:35 -0400 Subject: [PATCH] whitespace --- less/forms.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/less/forms.less b/less/forms.less index 9a55afbb4..e4fde63f5 100644 --- a/less/forms.less +++ b/less/forms.less @@ -36,7 +36,7 @@ .checkbox-radio-hover(); } } - + label, .input-label, label& { cursor: pointer; font-weight: normal; @@ -102,7 +102,7 @@ color: @text-color; color: @checkbox-primary-color; cursor: pointer; - + &:before { .checkbox-radio-focus(); outline: none; @@ -176,12 +176,12 @@ -// Allows multiline labels next to checkboxes and radio +// Allows multiline labels next to checkboxes and radio // Should be wrapped in `
` .fuelux { .checkbox.multiline, .radio.multiline { - float: left; + float: left; margin-left: 15px; } @@ -191,9 +191,9 @@ .fuelux { .checkbox.multiline ~ .control-label, .radio.multiline ~ .control-label { - float: left; - width: 80%; - margin-left: 10px; + float: left; + width: 80%; + margin-left: 10px; text-align: left; & > label {