Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / serif-12.css
index a650bdfd5320eccc4302736cec488faf9902bead..05c49ccb1d18e285ac240ba2a9f6fbd8ee55f737 100644 (file)
@@ -1,8 +1,13 @@
-body { font-family: serif;
-       font-size: 10pt; }
-td { font-family: serif;
-       font-size: 12pt; }
-th { font-family: serif;
-       font-size: 12pt; }
-small { font-family: serif;
-       font-size: 10pt; }
+body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
+  font-family: serif;
+}
+body, small {
+  font-size: 10pt;
+}
+td, th {
+  font-size: 12pt;
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}