summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 11:56:45 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 11:56:45 +0300
commit3505baeb1404bd8cd0e8b491cad7dc87620c5064 (patch)
tree91db9b49d270c9a17bdecede12f46f4b9f77960c /tt-rss.css
parent98833033a2543724dda21e78880a7c88b8a329dd (diff)
css: fix postIcon margins
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d58384a13..356166799 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {