summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-06 10:30:52 -0700
committerAndrew Dolgov <[email protected]>2013-04-06 10:30:52 -0700
commit6e0d1c81163b232a7d7e8c9938a5a3c19444da8f (patch)
treefc535b9a872cd9130e7823c5b3445737ef126956
parent529802111ebc0db0f5076fc19c299f534fd11bc1 (diff)
parentdc544c94ff950f9d0b963e5f85303683843e696b (diff)
Merge pull request #136 from pictuga/master
Make sure missing feed-icons keep alignment.
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 38ba335e2..8ab776f48 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -856,6 +856,7 @@ img.feedIcon, img.tinyFeedIcon {
width : 16px;
height : 16px;
vertical-align : middle;
+ display : inline-block;
}
.dijitDialog .dijitToolbar {