浏览代码

With foo-10 are created with 800x600 in mind. This is the reason I've
modifyed pre and textarea.
Let me know how it does on your systems.

philippe_mingo 23 年之前
父节点
当前提交
6d4e14d7a6
共有 5 个文件被更改,包括 13 次插入41 次删除
  1. 2 8
      themes/css/sans-08.css
  2. 3 8
      themes/css/sans-10.css
  3. 3 9
      themes/css/sans-12.css
  4. 3 8
      themes/css/serif-10.css
  5. 2 8
      themes/css/serif-12.css

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

@@ -1,15 +1,9 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
   font-family: helvetica,arial,sans-serif;
 }
-body {
+body, small {
   font-size: 6pt;
 }
-td {
+td, th {
   font-size: 8pt;
 }
-th {
-  font-size: 8pt;
-}
-small { 
-  font-size: 6pt;
-}

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

@@ -1,15 +1,10 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
   font-family: helvetica,arial,sans-serif;
 }
-body {
+body, small {
   font-size: 8pt;
 }
-td {
+td, th {
   font-size: 10pt;
 }
-th {
-  font-size: 10pt;
-}
-small { 
-  font-size: 8pt;
-}
+textarea, pre { font-family: fixed; font-size: 9pt; }

+ 3 - 9
themes/css/sans-12.css

@@ -1,15 +1,9 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
   font-family: helvetica,arial,sans-serif;
 }
-body {
+body, small {
   font-size: 10pt;
 }
-td {
+td, th {
   font-size: 12pt;
-}
-th {
-  font-size: 12pt;
-}
-small { 
-  font-size: 10pt;
-}
+}

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

@@ -1,15 +1,10 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
   font-family: serif;
 }
-body {
+body, small {
   font-size: 8pt;
 }
-td {
+td, th {
   font-size: 10pt;
 }
-th {
-  font-size: 10pt;
-}
-small { 
-  font-size: 8pt;
-}
+textarea, pre { font-family: fixed; font-size: 9pt; }

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

@@ -1,15 +1,9 @@
 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
   font-family: serif;
 }
-body {
+body, small {
   font-size: 10pt;
 }
-td {
+td, th {
   font-size: 12pt;
 }
-th {
-  font-size: 12pt;
-}
-small { 
-  font-size: 10pt;
-}