You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by cl...@apache.org on 2004/11/10 06:42:48 UTC

cvs commit: xml-fop/src/documentation/resources/stylesheets compliance2html.xsl

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>
         &lt;!--
  -      .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 }
         --&gt;
         </style>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org