mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
remove border around Flattr button
This commit is contained in:
parent
0e09686405
commit
05b61cc57d
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ class FDroid
|
|||
if($donate && strlen($donate)>0)
|
||||
$out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
|
||||
if($flattr && strlen($flattr)>0)
|
||||
$out.='<b>Flattr:</b> <a href="https://flattr.com/thing/'.$flattr.'"><img src="/wp-content/uploads/flattr-badge-large.png" /></a><br />';
|
||||
$out.='<b>Flattr:</b> <a href="https://flattr.com/thing/'.$flattr.'"><img src="/wp-content/uploads/flattr-badge-large.png" style="border:0" /></a><br />';
|
||||
$out.="</p>";
|
||||
|
||||
$out.="<p>For full details and additional technical information, see ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue