[yelp-xsl] [theme.xsl] Fixed theme.color.text default, was white-on-white



commit 76f2def71b42727b8036db98d95db72ee16b2b8b
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Jan 8 19:22:26 2010 -0600

    [theme.xsl] Fixed theme.color.text default, was white-on-white

 xslt/common/theme.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/theme.xsl b/xslt/common/theme.xsl
index ac21fa5..23ad2f9 100644
--- a/xslt/common/theme.xsl
+++ b/xslt/common/theme.xsl
@@ -64,7 +64,7 @@ The normal text color
 
 This parameter specifies the default color for normal text.
 -->
-<xsl:param name="theme.color.text" select="'#ffffff'"/>
+<xsl:param name="theme.color.text" select="'#000000'"/>
 
 <!--@@==========================================================================
 theme.color.text_light



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]