util_global.php was included twice (second time by footer.tpl)
[squirrelmail.git] / themes / css / serif-10.css
index dff58b587cd971333696a00e3ba75800036745c8..6459d6458750c49e5ba59c6da927f0788c083f24 100644 (file)
@@ -1,8 +1,13 @@
-body { font-family: serif;
-       font-size: 8pt; }
-td { font-family: serif;
-       font-size: 10pt; }
-th { font-family: serif;
-       font-size: 10pt; }
-small { font-family: serif;
-       font-size: 8pt; }
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: serif;
+}
+body, small {
+  font-size: 8pt;
+}
+td, th {
+  font-size: 10pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}