I have the following automatically-generated HTML:
http://jsfiddle.net/BrV8X/
What is the advised way, using CSS, to indent the label so that there\'s some white
label { position:relative; padding-left:20px; display:block; } label input[type=radio] { position:absolute; top:4px; left:0px; }
http://jsfiddle.net/BrV8X/4/