core: Improve compatibility with dillo
Use the CSS width attribute instead of the HTML one for the RSS logo.
This commit is contained in:
parent
b1a356fcf5
commit
e8fa278bf0
@ -75,7 +75,7 @@
|
||||
<?php mkMenu(); ?>
|
||||
<?php if (RSS_ENABLED) { ?>
|
||||
<li style="float: right; margin: 10px;">
|
||||
<a href="/rss.php" title="RSS Feed" style="margin: 0px; padding: 0px; border: none;"><img src="img/rss.svg" width="32px" height="32px"></a>
|
||||
<a href="/rss.php" title="RSS Feed" style="margin: 0px; padding: 0px; border: none;"><img src="/img/rss.svg" style="width:32px; height:32px;"></a>
|
||||
</li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user