From 3dbea71b03a6080e5dd9f73866d615e45496ff92 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Aug 2005 17:42:49 +0100 Subject: [PATCH] basic functionality pass 6 --- tt-rss.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index 2c14c50e2..bb90385aa 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -11,7 +11,7 @@ a { } a:hover { - text-decoration : underline; + color : #5050aa; } a.button { @@ -124,6 +124,15 @@ table.main td.content { overflow : scroll; } +td.content a { + color : #5050aa; + text-decoration : none; +} + +td.content a:hover { + text-decoration : underline; +} + table.main td.notify { height : 40px; border-width : 1px 0px 0px 0px;