Fix incorrect stristr() parameter order
[squirrelmail.git] / themes / css / sans-10.css
index 579c8a0accb98d5309d706911d81a6b70cdf1531..48088e7b0b4e09e0269fd24aecd76cfe9f9760b7 100644 (file)
@@ -1,8 +1,13 @@
-body { font-family: helvetica,arial,sans;
-       font-size: 8pt; }
-td { font-family: helvetica,arial,sans;
-       font-size: 10pt; }
-th { font-family: helvetica,arial,sans;
-       font-size: 10pt; }
-small { font-family: helvetica,arial,sans;
-       font-size: 8pt; }
+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: 8pt;
+}
+td, th {
+  font-size: 10pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}