Index: style-manual.css =================================================================== RCS file: /repository/pearweb/public_html/style-manual.css,v retrieving revision 1.3 diff -u -r1.3 style-manual.css --- style-manual.css 10 May 2004 04:01:35 -0000 1.3 +++ style-manual.css 13 May 2004 15:08:16 -0000 @@ -66,3 +66,20 @@ td.man-nav_languages { font-size: 75%; } + + +/* === Examples === */ + +code, pre, tt { + font-family: Courier, "Courier New", monospace; + margin: 0px; +} + +table.EXAMPLE { + margin-top: 1em; +} + +table.EXAMPLE p { + margin-top: 0em; + margin-bottom: 0em; +}