Add some distance between radio button and radio text

This commit is contained in:
interp 2003-04-16 16:01:38 +00:00
parent 61c5cf4246
commit 91c0997dd7
1 changed files with 3 additions and 1 deletions

View File

@ -150,7 +150,9 @@
`(tr (td ,text)
(td (table (tr
,@(map (lambda (radio choice)
`((td ,radio) (td ,choice)))
`((td ,radio ,choice
;; Add some distance
(nbsp)(nbsp))))
radios
choices)))))))
(else