nicer padding on bottom link

This commit is contained in:
Hal Gatewood 2016-06-28 01:05:28 -05:00 committed by GitHub
parent 3cd31f2a6a
commit b90362b103
1 changed files with 1 additions and 1 deletions

View File

@ -236,6 +236,6 @@ build_blocks( $items, false );
</script>
<?php } ?>
</div>
<div style="padding: 10px;"><a href="https://halgatewood.com/free/file-directory-list/">Free PHP File Directory Script</a> (<a href="https://github.com/halgatewood/file-directory-list/">GitHub</a>)</div>
<div style="padding: 10px 10px 40px 10px;"><a href="https://halgatewood.com/free/file-directory-list/">Free PHP File Directory Script</a> (<a href="https://github.com/halgatewood/file-directory-list/">GitHub</a>)</div>
</body>
</html>