fix bug #112 link to shaarli

This commit is contained in:
Nicolas Lœuillet
2013-08-20 11:23:00 +02:00
parent 2fdcbd1ac3
commit 38330bfd65
3 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,10 @@ a.twitter span {
background: url('../img/light/twitter.png') no-repeat;
}
a.shaarli span {
background: url('../img/light/shaarli.png') no-repeat;
}
a.email span {
background: url('../img/light/envelop.png') no-repeat;
}