stas 02/02/05 02:12:15 Modified: src style.css Log: - since now we don't do anything special about <pre> let the browser's default be used. Revision Changes Path 1.26 +0 -14 modperl-docs/src/style.css Index: style.css =================================================================== RCS file: /home/cvs/modperl-docs/src/style.css,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- style.css 5 Feb 2002 05:25:16 -0000 1.25 +++ style.css 5 Feb 2002 10:12:15 -0000 1.26 @@ -28,20 +28,6 @@ a:active { color: #0000ff;} a:hover { color: #0000ff;} -pre { - white-space: pre; - font-family: profont, monaco, ocr-a, monospace, fixed; - font-size: 1em;; - line-height: normal; - color: black; - background-color: #ddffff; - padding: 6px; - margin: .25em; - border: 1px; /* this is a must for */ - border-color: #ffffff; /* the <pre></pre> tag */ - border-style: solid; /* working in NS */ -} - code { font-family: courier new, courier, monospace;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]