Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / serif-12.css
index 67eb6e5faafe414604a606dcabffe26b6bcfe46d..05c49ccb1d18e285ac240ba2a9f6fbd8ee55f737 100644 (file)
@@ -7,3 +7,7 @@ body, small {
 td, th {
   font-size: 12pt;
 }
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}