summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-01-09 09:27:12 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-01-09 09:27:12 +0000
commit505a8cd5b3ab680afd06dc0d4824dd8550df19ec (patch)
tree8def9add945a62957e89a42675cde21fa61ee3ca
parentfdd40c661a42dd31a5d18581da295fdb1599e391 (diff)
downloadyelp-505a8cd5b3ab680afd06dc0d4824dd8550df19ec.tar.gz
Add entry for body tag attributes so that the colour of the text is
2002-01-09 Padraig O'Briain <padraig.obriain@sun.com> * stylesheets/yelp-customization.xsl: Add entry for body tag attributes so that the colour of the text is obtained from the GTK theme. Addresses issue raised in bug #95190.
-rw-r--r--ChangeLog6
-rw-r--r--stylesheets/yelp-customization.xsl8
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fef8d0d..62c2d081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-09 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * stylesheets/yelp-customization.xsl:
+ Add entry for body tag attributes so that the colour of the text is
+ obtained from the GTK theme. Addresses issue raised in bug #95190.
+
2002-01-07 Naba Kumar <naba@gnome.org>
* configure.in: Added hi (hindi) in ALL_LINGUAS
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 305ca282..09045661 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -197,6 +197,14 @@
</style>
</xsl:template>
+<!-- take over the control of the body tag attributes -->
+<xsl:template name="body.attributes">
+ <xsl:attribute name="link">#0000FF</xsl:attribute>
+ <xsl:attribute name="vlink">#840084</xsl:attribute>
+ <xsl:attribute name="alink">#0000FF</xsl:attribute>
+
+</xsl:template>
+
<!-- change some formating choices -->
<xsl:template match="guibutton">