summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2001-12-10 00:50:16 +0000
committerMikael Hallendal <hallski@src.gnome.org>2001-12-10 00:50:16 +0000
commit0018e7408b71d0b4b228a716672851fd358d5e54 (patch)
treeddc7b5182de7dae65e653e9985fbcbc87cf98d79
parent402ada2a20bafe6fadb9527b438f30a389433331 (diff)
downloadyelp-0018e7408b71d0b4b228a716672851fd358d5e54.tar.gz
- updated color to white background, less difference between the views
2001-12-10 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-home.c (yelp_view_home_new): - updated color to white background, less difference between the views now.
-rw-r--r--ChangeLog4
-rw-r--r--src/yelp-view-home.c12
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a515d9a5..ebd19fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-12-10 Mikael Hallendal <micke@codefactory.se>
+ * src/yelp-view-home.c (yelp_view_home_new):
+ - updated color to white background, less difference between the
+ views now.
+
* src/yelp-window.c:
- cleaned up a little.
- now has tree views (home/content/index) in a Notebook
diff --git a/src/yelp-view-home.c b/src/yelp-view-home.c
index 457cbb12..97bbbecb 100644
--- a/src/yelp-view-home.c
+++ b/src/yelp-view-home.c
@@ -159,6 +159,7 @@ yelp_view_home_new (GtkTreeModel *tree_model)
{
int len;
gchar *name;
+
gchar *text;
gchar *header = "
<html>
@@ -167,14 +168,13 @@ yelp_view_home_new (GtkTreeModel *tree_model)
Help Home View
</title>
<style type=\"text/css\">
- A:link { color: white } /* unvisited link */
- A:visited { color: white } /* visited links */
- A:active { color: white } /* active links */
- BODY { color: white }
+ A:link { color: #00008b } /* unvisited link */
+ A:visited { color: #00008b } /* visited links */
+ A:active { color: #00008b } /* active links */
+ BODY { color: #00008b }
</style>
</head>
-
- <body bgcolor=\"#104e8b\" link=\"white\">
+ <body bgcolor=\"#ffffff\">
<center>
<table cellspacing=\"20\" width=\"100%\">
<tr>