about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-06 17:14:32 -0500
committerCase Duckworth2022-06-06 17:14:32 -0500
commit5d5959f464a374d46c6800561e95f13cb7fd202f (patch)
tree77ccbd60a93bbf0a06443fa11d46ff7ff87cb4cc
parentStub out new version of markup language and awk script (diff)
downloadhat-trick-5d5959f464a374d46c6800561e95f13cb7fd202f.tar.gz
hat-trick-5d5959f464a374d46c6800561e95f13cb7fd202f.zip
Float back button to the left
-rw-r--r--asset/casa.css4
-rw-r--r--src/_foot.htm2
2 files changed, 5 insertions, 1 deletions
diff --git a/asset/casa.css b/asset/casa.css index 47f496f..b607bf1 100644 --- a/asset/casa.css +++ b/asset/casa.css
@@ -31,6 +31,10 @@ footer {
31 padding: 1ch 0; 31 padding: 1ch 0;
32} 32}
33 33
34#back {
35 float: left;
36}
37
34code { 38code {
35 color: #c0ffee; 39 color: #c0ffee;
36} 40}
diff --git a/src/_foot.htm b/src/_foot.htm index 8e1ee54..2cbd5a0 100644 --- a/src/_foot.htm +++ b/src/_foot.htm
@@ -1,5 +1,5 @@
1<footer> 1<footer>
2 $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) 2 $(case "$(title)" in ("") ;; (*) print "<a id="back" href=\"./index.html\">back</a>" ;; esac)
3 <span id="copyright">(C) 2022 3 <span id="copyright">(C) 2022
4 $(if [ $(command date +%Y) -gt 2022 ]; then print "&ndash; $(command date +%Y)"; fi) 4 $(if [ $(command date +%Y) -gt 2022 ]; then print "&ndash; $(command date +%Y)"; fi)
5 C. Duckworth</span> under the 5 C. Duckworth</span> under the