summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 13:32:48 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 13:32:48 +0100
commit3c66b582e67284ef9509c1ca90d13c319e923faa (patch)
treed7fdeaf26353c438774d0a122058bf3d2f776da5 /tt-rss.css
parentce53e200b475675389f6903f341d99116f3ef0b7 (diff)
show enclosures in CDM (refs #165)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index cd33911d4..f58019098 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -57,12 +57,7 @@ div.postReply div.postIcon {
}
div.postReply div.postEnclosures {
- border-width : 1px 0px 0px 0px;
- border-style : dotted;
- border-color : #c0c0c0;
- font-size : 8pt;
margin-top : 1em;
- padding-top : 0.2em;
color : gray;
}
@@ -999,6 +994,11 @@ div.cdmContent {
}
+div.cdmEnclosures {
+ margin-top : 1em;
+ color : gray;
+}
+
a.warning {
color : #f04040;
}