summary refs log tree commit diff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/style.css8
-rw-r--r--html/tail.html4
2 files changed, 4 insertions, 8 deletions
diff --git a/html/style.css b/html/style.css
index 7cce6d1..88449c4 100644
--- a/html/style.css
+++ b/html/style.css
@@ -90,8 +90,8 @@ iframe {
   border: none;
 }
 
-.post {
-  /* margin: 1em 2em; */
+footer {
+  margin-top: 3em
 }
 
 .gallery {
@@ -127,7 +127,3 @@ iframe {
   font-weight: bold;
   font-size: 3em;
 }
-
-.license {
-  margin-top: 3em
-}
\ No newline at end of file
diff --git a/html/tail.html b/html/tail.html
index 3da431f..4e86184 100644
--- a/html/tail.html
+++ b/html/tail.html
@@ -1,4 +1,4 @@
-<div class='license'>
+<footer>
   <a href='mailto:info@pdp8.info'>&copy;pdp8</a>
   <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
     License</a>
@@ -6,7 +6,7 @@
     no tracking, cookies, javascript, or server-side scripting. source code: <a
       href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a>
   </p>
-</div>
+</footer>
 </body>
 
 </html>
\ No newline at end of file