css: fix postIcon margins

This commit is contained in:
Andrew Dolgov 2010-11-11 11:56:45 +03:00
parent 98833033a2
commit 3505baeb14
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ div.postReply div.postContent img {
div.postReply div.postIcon {
float : right;
border : 0px;
margin : 10px 0px 10px 10px;
margin : 5px;
}
div.postReply div.postEnclosures {