initscript body needs a fixed width font
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 17 Mar 2011 16:00:58 +0000 (17:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 17 Mar 2011 16:00:58 +0000 (17:00 +0100)
planetlab/css/plc_style.css

index 0a84598..441eb7b 100644 (file)
@@ -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' );