24 Oct
2003
24 Oct
'03
10:53 p.m.
On Friday, October 24, 2003, at 03:40 PM, Kai Vermehr wrote:
Hi List,
I'd like to have a monospaced font like Typewriter or Monaco for the bigger input fields in the forms of the Zope interface. Code is easier to read this way -- for me at least ...
I use this: <style type="text/css"> input { padding: 0 1em; font-family: "courier new", courier, monospace; font-size: small; } </style> -- -------^.^-- Matthew "Typewriter" Platte