Fixed bugs, added a flattr button and an option

There's a button and an option in define.inc.php to show the button or
not.
This commit is contained in:
Thomas Citharel
2013-09-10 18:23:56 +02:00
parent af1d279226
commit 964481d023
5 changed files with 9 additions and 3 deletions

View File

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