stas 02/04/11 06:30:12
Modified: src style.css
Log:
revert back to using fixed fonts for <pre> section
Revision Changes Path
1.44 +2 -2 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- style.css 8 Apr 2002 10:52:54 -0000 1.43
+++ style.css 11 Apr 2002 13:30:11 -0000 1.44
@@ -226,8 +226,8 @@
code { font-family: courier new, courier, monospace; }
pre {
- font-family: helvetica, arial, verdana, sans-serif;
- font-size: 1.0em;
+ font-family: courier new, courier, monospace;
+ font-size: 1.0em;
color: #000000;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]