From 907590243a6afcd3c64b4b1e6caf4f2a6a98b244 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 17 Mar 2011 17:00:58 +0100 Subject: [PATCH] initscript body needs a fixed width font --- planetlab/css/plc_style.css | 4 ++++ 1 file changed, 4 insertions(+) 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' ); -- 2.43.0