mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
remove border on images for netscape 3
This commit is contained in:
parent
e335744c17
commit
bfd909ccdd
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
export let href: string
|
||||
</script>
|
||||
|
||||
<a {href}><img src="/retro/buttons/{src}" {alt} width="88" height="31" /></a>
|
||||
<a {href}><img src="/retro/buttons/{src}" {alt} width="88" height="31" border="0" /></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue