1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 14:57:11 +00:00

css: fix postIcon margins

This commit is contained in:
Andrew Dolgov
2010-11-11 11:56:45 +03:00
parent 98833033a2
commit 3505baeb14

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 {