]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updated colors to be light green - yes, light red - no, yellow - partial
authorClay Leeds <clay@apache.org>
Wed, 10 Nov 2004 05:42:48 +0000 (05:42 +0000)
committerClay Leeds <clay@apache.org>
Wed, 10 Nov 2004 05:42:48 +0000 (05:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198133 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/resources/stylesheets/compliance2html.xsl

index b62c447a9cd4277b7314f2e59a0c253095f6dd59..0e6b6bd49f5c1ee5b74d1b8bbe0191f878218680 100644 (file)
@@ -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">
       <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>