diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-09 04:29:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-09 04:29:18 +0100 |
| commit | e9e4c6e23a55bc6633293da4a25ea979e8080140 (patch) | |
| tree | e847172f63313eea41b7a28bcdb59f8a62c36401 | |
| parent | e47cfe377bfebd3843ad00ead9eb7a71f6599dd0 (diff) | |
align feedicon to right (in view)
| -rw-r--r-- | tt-rss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css index d24197c15..57ad9dd4e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -129,7 +129,7 @@ div.postReply div.postContent { div.postReply div.postIcon { float : right; border : 0px; - margin : 10px; + margin : 10px 0px 10px 10px; } ul.feedList { |