Adding 2 missing icons

This commit is contained in:
Lucas Cimon 2017-08-10 09:23:22 +02:00
parent 448380cf92
commit 6c0b67a3c6
3 changed files with 2 additions and 2 deletions

View File

@ -162,14 +162,14 @@ a {
display: inline-block;
height: 28px;
width: 28px;
background-image: url(../../images/shaarli-icon.png);
background-image: url(../shaarli-icon.png);
background-size: contain;}
.uk-icon-stackoverflow:before {
content: ' ';
display: inline-block;
height: 28px;
width: 28px;
background-image: url(../../images/stackoverflow-icon.png);
background-image: url(../stackoverflow-icon.png);
background-size: contain;}
.mg-support-logo {

BIN
static/shaarli-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/stackoverflow-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB