stas 02/01/15 21:25:00 Modified: src style.css Log: - make the <pre> section standout better, s/eeeeee/ddffff/, in my browser eeeeeee is the same as ffffff. Revision Changes Path 1.7 +5 -2 modperl-docs/src/style.css Index: style.css =================================================================== RCS file: /home/cvs/modperl-docs/src/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- style.css 15 Jan 2002 15:58:19 -0000 1.6 +++ style.css 16 Jan 2002 05:25:00 -0000 1.7 @@ -28,8 +28,11 @@ pre { font-family: courier new, courier, monospace; - padding: 5px; - background-color: #eeeeee; + padding: 3px; + border: 6px; + border-style: solid; + border-color: #ffffff; + background-color: #ddffff; } code {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]