Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / sans-08.css
index 6d38b10cb5b4d3ef4347794782246c3343bbe1bb..c911b1605188f1b1ae222076f68c9b91eeecb05b 100644 (file)
@@ -7,3 +7,7 @@ body, small {
 td, th {
   font-size: 8pt;
 }
+textarea, pre {
+  font-family: monospace;
+  font-size: 7pt;
+}