Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jul 2002 18:15:06 +0000 (18:15 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jul 2002 18:15:06 +0000 (18:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3149 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 6d38b10cb5b4d3ef4347794782246c3343bbe1bb..c911b1605188f1b1ae222076f68c9b91eeecb05b 100644 (file)
@@ -7,3 +7,7 @@ body, small {
 td, th {
   font-size: 8pt;
 }
+textarea, pre {
+  font-family: monospace;
+  font-size: 7pt;
+}
index ac8e5e59c78dbfd0a8733de4d46126315d13f88d..48088e7b0b4e09e0269fd24aecd76cfe9f9760b7 100644 (file)
@@ -7,4 +7,7 @@ body, small {
 td, th {
   font-size: 10pt;
 }
-textarea, pre { font-family: fixed; font-size: 9pt; }
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}
index 632f96495c241d6a4eaa8db114890416c1a51592..7f1bac4ddbfe8ce3f3a8e4e38b7488f46a2c6b01 100644 (file)
@@ -6,4 +6,8 @@ body, small {
 }
 td, th {
   font-size: 12pt;
-}
\ No newline at end of file
+}
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}
index e4353513d5aea999809c2d8cd9b678b90afea116..6459d6458750c49e5ba59c6da927f0788c083f24 100644 (file)
@@ -7,4 +7,7 @@ body, small {
 td, th {
   font-size: 10pt;
 }
-textarea, pre { font-family: fixed; font-size: 9pt; }
+textarea, pre {
+  font-family: monospace;
+  font-size: 9pt;
+}
index 67eb6e5faafe414604a606dcabffe26b6bcfe46d..05c49ccb1d18e285ac240ba2a9f6fbd8ee55f737 100644 (file)
@@ -7,3 +7,7 @@ body, small {
 td, th {
   font-size: 12pt;
 }
+textarea, pre {
+  font-family: monospace;
+  font-size: 11pt;
+}