Workaround for mozilla bug #200412.
[squirrelmail.git] / themes / css / sans-12.css
index ca8def1bf047d78191a7e2dc67dadc7f00e7d227..7f1bac4ddbfe8ce3f3a8e4e38b7488f46a2c6b01 100644 (file)
@@ -1,8 +1,13 @@
-body { font-family: helvetica,arial,sans;
-       font-size: 10pt; }
-td { font-family: helvetica,arial,sans;
-       font-size: 12pt; }
-th { font-family: helvetica,arial,sans;
-       font-size: 12pt; }
-small { font-family: helvetica,arial,sans;
-       font-size: 10pt; }
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: helvetica,arial,sans-serif;
+}
+body, small {
+  font-size: 10pt;
+}
+td, th {
+  font-size: 12pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}