1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 09:49:15 +00:00

show enclosures in CDM (refs #165)

This commit is contained in:
Andrew Dolgov
2007-11-17 13:32:48 +01:00
parent ce53e200b4
commit 3c66b582e6
2 changed files with 37 additions and 5 deletions

View File

@@ -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;
}