Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / sans-10.css
index ac8e5e59c78dbfd0a8733de4d46126315d13f88d..48088e7b0b4e09e0269fd24aecd76cfe9f9760b7 100644 (file)
@@ -7,4 +7,7 @@ body, small {
 td, th {
   font-size: 10pt;
 }
-textarea, pre { font-family: fixed; font-size: 9pt; }
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}