summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 13:13:08 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 13:13:08 +0100
commitce53e200b475675389f6903f341d99116f3ef0b7 (patch)
tree1177023c042b36d47b9630808248af04c732551b /tt-rss.css
parent66a251f901306b8dd5bd856efc75681d68880261 (diff)
add support for enclosures (closes #165)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f1580b033..cd33911d4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -56,6 +56,16 @@ div.postReply div.postIcon {
margin : 10px 0px 10px 10px;
}
+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;
+}
+
div.postReply img.tagsPic {
width : 16px;
height : 16px;