gaim/www

Parents 96e635e258b5
Children d3edc5ab4ddc
On the web page, the link to the static page for news entries is gray
by default, and is only blue for "visited" links. This seemed backwards
to me, so I swapped them.
--- a/htdocs/gaim.css Sat Dec 10 20:47:46 2005 -0500
+++ b/htdocs/gaim.css Mon Dec 12 01:04:58 2005 -0500
@@ -116,8 +116,8 @@
font-size: 0.85em;
}
-div.newsdate a:link { color: #666; text-decoration: none; }
-div.newsdate a:visited { color: #4462b7; text-decoration: none; }
+div.newsdate a:link { color: #4462b7; text-decoration: none; }
+div.newsdate a:visited { color: #666; text-decoration: none; }
div.newsdate a:hover { color: #00C; text-decoration: underline; }
div.newsdate a:active { color: #000; text-decoration: underline; }
@@ -165,4 +165,4 @@
#content dd { margin: 0.2em 0 1em 1em; }
.faq-question { }
-.faq-answer { padding-bottom: 1em; }
\ No newline at end of file
+.faq-answer { padding-bottom: 1em; }