aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClay Leeds <clay@apache.org>2004-11-10 05:42:48 +0000
committerClay Leeds <clay@apache.org>2004-11-10 05:42:48 +0000
commit7b2fdae25bacad6ad76c411f9009cc780b7a7da0 (patch)
tree26283c5e4e3526661d26e3ca50ff8080f4087d28 /src
parentb09efc85f2d3e6cd0ac8e68e23cf6a8ec955e950 (diff)
downloadxmlgraphics-fop-7b2fdae25bacad6ad76c411f9009cc780b7a7da0.tar.gz
xmlgraphics-fop-7b2fdae25bacad6ad76c411f9009cc780b7a7da0.zip
updated colors to be light green - yes, light red - no, yellow - partial
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/resources/stylesheets/compliance2html.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl
index b62c447a9..0e6b6bd49 100644
--- a/src/documentation/resources/stylesheets/compliance2html.xsl
+++ b/src/documentation/resources/stylesheets/compliance2html.xsl
@@ -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>