summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 17:42:16 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 17:42:16 +0100
commite5d4565450adf1567dba539e959638d9d3f78312 (patch)
treebb45259464b8e7a488ceac7ed04f6faa3f39ce69 /tt-rss.css
parent27c515c380f4f21ce76e52db1becbebc859c3220 (diff)
make links visible in post iframe
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 8 insertions, 10 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6a39b4b0d..e8e836aad 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;