diff options
-rw-r--r-- | css/site.css | 2 | ||||
-rw-r--r-- | license.php | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/css/site.css b/css/site.css index 557e503..6fe0944 100644 --- a/css/site.css +++ b/css/site.css @@ -141,7 +141,7 @@ div.body-contents h1 { text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 2em; + margin-top: 1em; color: #24c; border-bottom: 2px solid #24c; } diff --git a/license.php b/license.php index 7420bdf..20b32a7 100644 --- a/license.php +++ b/license.php @@ -8,14 +8,13 @@ You can find the terms of the license bellow: </p> <pre> - <?php - $license = file_get_contents('LICENSE'); - echo "$license"; - ?> +<?php +$license = file_get_contents('LICENSE'); +echo "$license"; +?> </pre> <p> - You also can download the license using - <a href="LICENSE">this link</a>. + You can also <a href="LICENSE">download</a> the license file. </p> </div> <?php jo_footer(); ?> |