clay 2004/11/09 21:42:48 Modified: src/documentation/resources/stylesheets compliance2html.xsl Log: updated colors to be light green - yes, light red - no, yellow - partial Revision Changes Path 1.16 +6 -6 xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl Index: compliance2html.xsl =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- compliance2html.xsl 2 Mar 2004 20:34:21 -0000 1.15 +++ compliance2html.xsl 10 Nov 2004 05:42:48 -0000 1.16 @@ -20,7 +20,7 @@ <xsl:preserve-space elements="*"/> -<xsl:template match="/compliance"> +<xsl:template match="compliance"> <!-- Forrest/Cocoon will place the output from this stylesheet inside of a larger html document. The output here is all within one <div> tag. --> <div class="content"> @@ -36,10 +36,10 @@ <link type="text/css" href="skin/page.css" rel="stylesheet"/> <style> <!-- - .yes { background-color: #99CCFF } - .no { background-color: #FF99CC } - .partial { background-color: #C0C0C0 } - .category { background-color: #FFCC66; + .yes { background-color: #99FF99 } + .no { background-color: #FF9999 } + .partial { background-color: #FFFFCC } + .category { /*background-color: #CFDCED;*/ font-size: 1.2em } --> </style>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]