Subject: | Add a small gap between radio button and radio button label |
Added a small gap between ratio button and label in my own stylesheet.
Seemed like something that most would want.
Index: formfu-vertically-aligned.css
===================================================================
--- formfu-vertically-aligned.css (revision 208)
+++ formfu-vertically-aligned.css (working copy)
@@ -149,6 +149,7 @@
display: block;
float: left;
clear: left;
+ margin-right: 0.25em;
}
fieldset .multi.vertical select {