From 7d939be7510c603bcfc4793f38f165568d468af8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Oct 2009 12:44:53 +0400 Subject: fix width/height for static img tags (excludes selected dynamic content) (closes #245) --- tt-rss.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index 6f1652303..78d893c11 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -136,6 +136,7 @@ window.onload = init; onmouseout="enable_selection(true)" onclick="toggleOfflineModeInfo()" src="images/offline.png" style="display:none" + width="16" height="16" title=""/> -- cgit v1.2.3-54-g00ecf