summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 11:41:04 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 11:41:04 +0300
commit16b59fc8f6eeb152f98425cf3945364f15be53da (patch)
treed7b31113637cd9dc6625e98bb134aac86944d0a1 /tt-rss.css
parentac49453bd8af68270eb6e5c0564394e3e8b1b0a8 (diff)
css: position imgs in article content as block element
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 980d7b53e..d58384a13 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -46,6 +46,7 @@ div.postReply div.postContent {
div.postReply div.postContent img {
border-width : 0px;
max-width : 98%;
+ display : block;
}
div.postReply div.postIcon {