[gnome-doc-utils] [theme.xsl] Fixed theme.color.text default,	was white-on-white
- From: Shaun McCance <shaunm src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-doc-utils] [theme.xsl] Fixed theme.color.text default,	was white-on-white
 
- Date: Sat,  9 Jan 2010 01:24:24 +0000 (UTC)
 
commit a435c56de8dcc2ba07075707e710fcff6e972c74
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]