change background color of function declaration to improve readability


Sun Jan  4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/newapi.xsl: change background color of function
	declaration to improve readability
	* doc/*: rebuild docs with new stylesheet
diff --git a/doc/newapi.xsl b/doc/newapi.xsl
index 72b8cff..ad3d403 100644
--- a/doc/newapi.xsl
+++ b/doc/newapi.xsl
@@ -104,7 +104,7 @@
   <xsl:template name="docstyle">
     <style type="text/css">
       div.deprecated pre.programlisting {border-style: double;border-color:red}
-      pre.programlisting {border-style: double}
+      pre.programlisting {border-style: double;background: #EECFA1}
     </style>
   </xsl:template>
   <xsl:template name="navbar">