mirror of
https://github.com/tildeclub/site.git
synced 2026-03-19 09:20:19 +00:00
Prevent RSS icon from resizing on the first load
This commit is contained in:
@@ -16,8 +16,6 @@
|
|||||||
<?php include "nav.html"; ?>
|
<?php include "nav.html"; ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<!-- RSS Icon -->
|
<!-- RSS Icon -->
|
||||||
<div class="rss-icon">
|
<a href="/changes.rss" class="rss-icon" title="RSS Feed">
|
||||||
<a href="/changes.rss" title="RSS Feed">
|
<img src="/images/rss.png" width="24" alt="RSS icon">
|
||||||
<img src="/images/rss.png" alt="RSS Feed">
|
</a>
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user