summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 16:11:54 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 16:11:54 +0200
commit6ab3d7e33e7b09158b2ccda67c9124e4471a3425 (patch)
tree3891e587d0d20be1e55ee4a055b672aa10407b39 /html
parentcd53a2fe5fc8baf9750fbd2d9b0b4c855d8694a7 (diff)
section, footer instead of divs
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