mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
add the apple iOS bookmark icons from #1339
This commit is contained in:
parent
aa61d33ee2
commit
0e80b3ea0a
5 changed files with 43 additions and 23 deletions
|
@ -1,3 +1,20 @@
|
||||||
Icons in this folder are copied from the fruge icon set, taken from
|
Icons in this folder are copied from the fruge icon set, taken from
|
||||||
http://www.pinvoke.com, licensed under the Creative Common
|
http://www.pinvoke.com, licensed under the Creative Common
|
||||||
Attribution-ShareAlike 3.0 License.
|
Attribution-ShareAlike 3.0 License.
|
||||||
|
|
||||||
|
Exceptions
|
||||||
|
==========
|
||||||
|
apple-pre-57.png
|
||||||
|
apple-pre-72.png
|
||||||
|
apple-pre-114.png
|
||||||
|
|
||||||
|
active.png
|
||||||
|
alert.png
|
||||||
|
all.png
|
||||||
|
deluge.png
|
||||||
|
dht.png
|
||||||
|
downloading.png
|
||||||
|
inactive.png
|
||||||
|
queued.png
|
||||||
|
seeding.png
|
||||||
|
traffic.png
|
||||||
|
|
BIN
deluge/ui/web/icons/apple-pre-114.png
Normal file
BIN
deluge/ui/web/icons/apple-pre-114.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
deluge/ui/web/icons/apple-pre-57.png
Normal file
BIN
deluge/ui/web/icons/apple-pre-57.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
deluge/ui/web/icons/apple-pre-72.png
Normal file
BIN
deluge/ui/web/icons/apple-pre-72.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
||||||
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
||||||
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/apple-pre-57.png" />
|
||||||
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/apple-pre-72.png" />
|
||||||
|
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/apple-pre-114.png" />
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
% for stylesheet in stylesheets:
|
% for stylesheet in stylesheets:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue