Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / sans-12.css
index 632f96495c241d6a4eaa8db114890416c1a51592..7f1bac4ddbfe8ce3f3a8e4e38b7488f46a2c6b01 100644 (file)
@@ -6,4 +6,8 @@ body, small {
 }
 td, th {
   font-size: 12pt;
-}
\ No newline at end of file
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}