aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-27 17:23:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-27 17:23:05 +0200
commitd923db691959d06d68b1fadb7d5b6371592190bb (patch)
tree4d1750e8684a68922c957e880df5fa992044660f
parentNicer pre color (diff)
downloadjoe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.gz
joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.bz2
joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.xz
joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.zst
joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.zip
Better text
-rw-r--r--css/site.css2
-rw-r--r--license.php11
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(); ?>