Skip to content

Commit

Permalink
Fix IE couldn't show fedora logo
Browse files Browse the repository at this point in the history
Because the gif was actually a jpeg...
  • Loading branch information
Chocobo1 committed Feb 8, 2017
1 parent ea839b3 commit 3abf1e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.php
Expand Up @@ -151,7 +151,7 @@

<div id="fedoraDiv" class="invisible">
<h4>Fedora packages</h4>
<img src="img/os/fedoralogo.gif" alt="Fedora" style="float: left; margin-right: 5px; width: 65px;"/><p>qBittorrent is officially packaged on Fedora. RPM packages are maintained by <a href="mailto:leigh123linux@googlemail.com">Leigh Scott</a>.</p>
<img src="img/os/fedoralogo.png" alt="Fedora" style="float: left; margin-right: 5px; width: 65px;"/><p>qBittorrent is officially packaged on Fedora. RPM packages are maintained by <a href="mailto:leigh123linux@googlemail.com">Leigh Scott</a>.</p>
<p>See this <a href="https://admin.fedoraproject.org/pkgdb/package/qbittorrent/">page</a> for more information.</p>
</div>

Expand Down
Binary file removed img/os/fedoralogo.gif
Binary file not shown.
Binary file added img/os/fedoralogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3abf1e4

Please sign in to comment.