Label of radion button with a margin right

This commit is contained in:
Marc Ducobu
2014-11-19 12:04:03 +01:00
parent 3102de31d6
commit 9951593dc0
3 changed files with 117 additions and 36 deletions

View File

@@ -3395,7 +3395,8 @@ input, label, select {
font-size: $form-font-size; */ }
label.inline {
display: inline; }
display: inline;
margin-right: 1em; }
label {
font-weight: bold;

File diff suppressed because one or more lines are too long