瀏覽代碼

Small improvement.
Should fix the bug with the best browser of all times and nations ---
NN 4.X. ;^)

antipode 23 年之前
父節點
當前提交
0148c35c38
共有 5 個文件被更改,包括 75 次插入40 次删除
  1. 15 8
      themes/css/sans-08.css
  2. 15 8
      themes/css/sans-10.css
  3. 15 8
      themes/css/sans-12.css
  4. 15 8
      themes/css/serif-10.css
  5. 15 8
      themes/css/serif-12.css

+ 15 - 8
themes/css/sans-08.css

@@ -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;
+}

+ 15 - 8
themes/css/sans-10.css

@@ -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;
+}

+ 15 - 8
themes/css/sans-12.css

@@ -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;
+}

+ 15 - 8
themes/css/serif-10.css

@@ -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;
+}

+ 15 - 8
themes/css/serif-12.css

@@ -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;
+}