]> git.wh0rd.org - tt-rss.git/commitdiff
make links visible in post iframe
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 6 Sep 2005 16:42:16 +0000 (17:42 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 6 Sep 2005 16:42:16 +0000 (17:42 +0100)
tt-rss.css
tt-rss.php

index 6a39b4b0d0adb506736b1dc3c6cec162431a24c7..e8e836aada4a0dd0b8d52097cf1e2af6c0d03b18 100644 (file)
@@ -33,6 +33,14 @@ a:hover {
        color : #5050aa;
 }
 
+table.postTable a {
+       color : #5050aa;
+}
+
+table.postTable a:hover {
+       color : black;
+}
+
 table.feedOverview {
        margin : 5px;
        border : 1px solid #c0c0c0;
@@ -185,16 +193,6 @@ table.main td.content {
        border-style : solid;
 }
 
-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;
index cdde0fd5052c435ee71a930c4139e31d0717a78e..7281a86ec8b2ad834cb53e6869859466b5a604c0 100644 (file)
@@ -24,7 +24,7 @@
                <td valign="middle">
                        <table id="notify"><tr><td width="100%" id="notify_body">&nbsp;</td>
                        <td><img onclick="javascript:notify('')" alt="Close" 
-                               src="images/close.png"></td></table>            
+                               src="images/close.png"></td></table>
                </td>
                <td class="toolbar" valign="middle" align="right">
                        <a href="prefs.php" class="button">Preferences</a></td>