changeset 32:9320e170975e

unbreak styling of links, and gray out the visited links a bit
author Myk Melez <myk@mozilla.org>
date Fri, 18 Apr 2008 15:35:35 -0700
parents 286be79e34b6
children cca1bca17c13
files extension/content/portal-view.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extension/content/portal-view.css	Fri Apr 18 15:29:44 2008 -0700
+++ b/extension/content/portal-view.css	Fri Apr 18 15:35:35 2008 -0700
@@ -20,15 +20,17 @@
   margin: 0.4em;
 }
 
-.messages > a {
+.messages a {
   font-weight: bold;
+  color: black;
   text-decoration: none;
   color: black;
   background-color: white;
 }
 
-.messages > a:visited {
+.messages a:visited {
   font-weight: normal;
+  color: #333333;
 }
 
 h2 > a {