summaryrefslogtreecommitdiff
path: root/doc/ChangeLog.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog.xsl')
-rw-r--r--doc/ChangeLog.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ChangeLog.xsl b/doc/ChangeLog.xsl
index a19c3a1..5e6c3a9 100644
--- a/doc/ChangeLog.xsl
+++ b/doc/ChangeLog.xsl
@@ -32,9 +32,9 @@
href="{$href_base}examples/index.html">Code Examples</a></li>
<li><a style="font-weight:bold"
href="index.html">API Menu</a></li>
- <li><a href="libxml-parser.html">Parser API</a></li>
- <li><a href="libxml-tree.html">Tree API</a></li>
- <li><a href="libxml-xmlreader.html">Reader API</a></li>
+ <li><a href="html/libxml-parser.html">Parser API</a></li>
+ <li><a href="html/libxml-tree.html">Tree API</a></li>
+ <li><a href="html/libxml-xmlreader.html">Reader API</a></li>
<li><a href="{$href_base}guidelines.html">XML Guidelines</a></li>
</ul>
</xsl:variable>
@@ -71,7 +71,7 @@
<xsl:value-of select="$title"/>
</xsl:element>
</head>
- <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
+ <body bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000">
<xsl:call-template name="titlebox">
<xsl:with-param name="title" select="$title"/>
</xsl:call-template>