]> git.wh0rd.org - tt-rss.git/commitdiff
basic functionality pass 6
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 16:42:49 +0000 (17:42 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 16:42:49 +0000 (17:42 +0100)
tt-rss.css

index 2c14c50e258fcd95ae2d95e18730c9381c4c2d31..bb90385aa199cb9c519db538d7bc1abccb96cf0f 100644 (file)
@@ -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;