From: Thierry Parmentelat Date: Thu, 17 Mar 2011 16:00:58 +0000 (+0100) Subject: initscript body needs a fixed width font X-Git-Tag: plewww-4.3-62~9 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=907590243a6afcd3c64b4b1e6caf4f2a6a98b244 initscript body needs a fixed width font --- diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index 0a84598..441eb7b 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -38,6 +38,10 @@ input[type="text"], textarea { background-position: top; } +textarea { + font-family: courier, monospace; +} + input[type="password"] { border: solid 1px #444; background-image: url( '/planetlab/icons/form_input_password.png' );