Change links hover and space the words table

This commit is contained in:
Gregory Trolliet 2020-11-23 20:33:57 +01:00
parent d402b0bc8b
commit 43c96d5e47
2 changed files with 16 additions and 1 deletions

View file

@ -51,7 +51,9 @@ if (isset($id)) {
</thead>
</table>
</details>
<a href="download.php?id=<?php echo $id ?>"><?php echo L::wordsList_download ?></a>
<div class="download_link">
<a href="download.php?id=<?php echo $id ?>"><?php echo L::wordsList_download ?></a>
</div>
<?php
}
}