add support for enclosures (closes #165)

This commit is contained in:
Andrew Dolgov
2007-11-17 13:13:08 +01:00
parent 66a251f901
commit ce53e200b4
6 changed files with 132 additions and 15 deletions
+10
View File
@@ -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;