Sebastian Wagner
7 years ago
No known key found for this signature in database
GPG Key ID: 1AF10AF3B3917AB2
3 changed files with
3 additions and
0 deletions
-
index.html
-
BIN
styles/resources/opensuse.png
-
styles/style.css
|
|
@ -60,6 +60,7 @@ |
|
|
|
<a href="https://aur.archlinux.org/packages/youtube-dl-gui-git/"><li class="arch">Arch</li></a> |
|
|
|
<a href="http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/"><li class="ubuntu">Ubuntu</li></a> |
|
|
|
<a href="https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/"><li class="slack">Slackware</li></a> |
|
|
|
<a href="https://software.opensuse.org/package/youtube-dl-gui"><li class="opensuse">openSUSE</li></a> |
|
|
|
<a href="https://pypi.python.org/pypi/youtube-dlg/"><li class="pypi">PyPi</li></a> |
|
|
|
</ul> |
|
|
|
|
|
|
|
Before
|
After
|
|
|
|
Width: 32
|
Height: 32
|
Size: 2.3 KiB
|
|
|
@ -172,4 +172,6 @@ ul a:hover { |
|
|
|
|
|
|
|
.slack { background: url("resources/slack.png") no-repeat; } |
|
|
|
|
|
|
|
.opensuse { background: url("resources/opensuse.png") no-repeat; } |
|
|
|
|
|
|
|
.pypi { background: url("resources/python.png") no-repeat; } |