Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / sans-08.css
index bd58b84541f1d094d05870cf35978e47a3043ab0..c911b1605188f1b1ae222076f68c9b91eeecb05b 100644 (file)
@@ -1,15 +1,13 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
-  font-family: helvetica,arial,sans;
+  font-family: helvetica,arial,sans-serif;
 }
-body {
+body, small {
   font-size: 6pt;
 }
-td {
+td, th {
   font-size: 8pt;
 }
-th {
-  font-size: 8pt;
-}
-small { 
-  font-size: 6pt;
+textarea, pre {
+  font-family: monospace;
+  font-size: 7pt;
 }