Small improvement.
[squirrelmail.git] / themes / css / sans-12.css
index ca8def1bf047d78191a7e2dc67dadc7f00e7d227..c2f111bbbde81ffac15161d5af3508e040cb126a 100644 (file)
@@ -1,8 +1,15 @@
-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;
+}
+body {
+  font-size: 10pt;
+}
+td {
+  font-size: 12pt;
+}
+th {
+  font-size: 12pt;
+}
+small { 
+  font-size: 10pt;
+}