Small improvement.
authorantipode <antipode@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Jan 2002 06:10:09 +0000 (06:10 +0000)
committerantipode <antipode@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 12 Jan 2002 06:10:09 +0000 (06:10 +0000)
Should fix the bug with the best browser of all times and nations ---
NN 4.X.  ;^)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2121 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/css/sans-08.css
themes/css/sans-10.css
themes/css/sans-12.css
themes/css/serif-10.css
themes/css/serif-12.css

index af789334af4a5f05e0f6059fe363f75755fa5da5..bd58b84541f1d094d05870cf35978e47a3043ab0 100644 (file)
@@ -1,8 +1,15 @@
-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;
+}
+body {
+  font-size: 6pt;
+}
+td {
+  font-size: 8pt;
+}
+th {
+  font-size: 8pt;
+}
+small { 
+  font-size: 6pt;
+}
index 579c8a0accb98d5309d706911d81a6b70cdf1531..b50877b05ea39c4ddbd3d3217a97cb5ff173d0f1 100644 (file)
@@ -1,8 +1,15 @@
-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;
+}
+body {
+  font-size: 8pt;
+}
+td {
+  font-size: 10pt;
+}
+th {
+  font-size: 10pt;
+}
+small { 
+  font-size: 8pt;
+}
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;
+}
index dff58b587cd971333696a00e3ba75800036745c8..4af57759b453a7e19ebae7a92d7ebdc10fae6e41 100644 (file)
@@ -1,8 +1,15 @@
-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 {
+  font-size: 8pt;
+}
+td {
+  font-size: 10pt;
+}
+th {
+  font-size: 10pt;
+}
+small { 
+  font-size: 8pt;
+}
index a650bdfd5320eccc4302736cec488faf9902bead..f53d1b78f71bb5e9970cb6ed038575abfdec5070 100644 (file)
@@ -1,8 +1,15 @@
-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 {
+  font-size: 10pt;
+}
+td {
+  font-size: 12pt;
+}
+th {
+  font-size: 12pt;
+}
+small { 
+  font-size: 10pt;
+}