From: Andrew Dolgov Date: Sun, 21 Aug 2005 16:42:49 +0000 (+0100) Subject: basic functionality pass 6 X-Git-Tag: 0.1~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3dbea71b03a6080e5dd9f73866d615e45496ff92;p=tt-rss.git basic functionality pass 6 --- diff --git a/tt-rss.css b/tt-rss.css index 2c14c50e..bb90385a 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;