With foo-10 are created with 800x600 in mind. This is the reason I've
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Jan 2002 09:33:53 +0000 (09:33 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Jan 2002 09:33:53 +0000 (09:33 +0000)
modifyed pre and textarea.
Let me know how it does on your systems.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2146 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 8cd5c81bda7cad282c28b842ae2d8d5313ded927..6d38b10cb5b4d3ef4347794782246c3343bbe1bb 100644 (file)
@@ -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;
-}
index a5d5210a666c09239b7a26057facb2b20d92cd94..ac8e5e59c78dbfd0a8733de4d46126315d13f88d 100644 (file)
@@ -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; }
index 32cba0d7cb2298152dc8c82b524b58d1f0c07946..632f96495c241d6a4eaa8db114890416c1a51592 100644 (file)
@@ -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;
-}
+}
\ No newline at end of file
index 4af57759b453a7e19ebae7a92d7ebdc10fae6e41..e4353513d5aea999809c2d8cd9b678b90afea116 100644 (file)
@@ -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; }
index f53d1b78f71bb5e9970cb6ed038575abfdec5070..67eb6e5faafe414604a606dcabffe26b6bcfe46d 100644 (file)
@@ -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;
-}