aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorClay Leeds <clay@apache.org>2004-11-12 18:52:54 +0000
committerClay Leeds <clay@apache.org>2004-11-12 18:52:54 +0000
commit0cdc8ac50b7ff0e1f18cfd635a2c7a005bc82fa6 (patch)
tree158bf522bdb893152413676f9b7b30a2d4b9f374 /src/documentation
parente8ed15d772b0d039c9d3d2707ff5401ae02d0024 (diff)
downloadxmlgraphics-fop-0cdc8ac50b7ff0e1f18cfd635a2c7a005bc82fa6.tar.gz
xmlgraphics-fop-0cdc8ac50b7ff0e1f18cfd635a2c7a005bc82fa6.zip
removed &lt;!-- and --&gt; from <STYLE> section, which fixes "yes" background-color
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/resources/stylesheets/compliance2html.xsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl
index d92153b6d..94c82a6bf 100644
--- a/src/documentation/resources/stylesheets/compliance2html.xsl
+++ b/src/documentation/resources/stylesheets/compliance2html.xsl
@@ -35,13 +35,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<link type="text/css" href="skin/page.css" rel="stylesheet"/>
<style>
- &lt;!--
.yes { background-color: #99FF99 }
.no { background-color: #FF9999 }
.partial { background-color: #FFFFCC }
.category { /*background-color: #CFDCED;*/
font-size: 1.2em }
- --&gt;
</style>
</head>
</xsl:template>