util_global.php was included twice (second time by footer.tpl)
[squirrelmail.git] / themes / css / sans-08.css
index af789334af4a5f05e0f6059fe363f75755fa5da5..c911b1605188f1b1ae222076f68c9b91eeecb05b 100644 (file)
@@ -1,8 +1,13 @@
-body { font-family: helvetica,arial,sans;
-       font-size: 6pt; }
-td { font-family: helvetica,arial,sans;
-       font-size: 8pt; }
-th { font-family: helvetica,arial,sans;
-       font-size: 8pt; }
-small { font-family: helvetica,arial,sans;
-       font-size: 6pt; }
+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: 6pt;
+}
+td, th {
+  font-size: 8pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 7pt;
+}