aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-14 11:34:38 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-14 11:34:38 +0100
commit33957e2dce429af23b5ee8d9dc1ff502ddaba60d (patch)
tree4c354c806b2de44c9241e96f887d80519420f470
parent231dac124247c9e5ac2c76966df9eec355f49bd3 (diff)
[toplinks] trialling new waste thing
-rw-r--r--cgi/home.cgi2
-rw-r--r--static/styles.css3
2 files changed, 4 insertions, 1 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi
index ecfc37e..b6cf7e7 100644
--- a/cgi/home.cgi
+++ b/cgi/home.cgi
@@ -73,7 +73,7 @@ def graphic_collection(resp)
tout
} +
$cgi.tr {
- $cgi.td(colspan: 2) { "&#x21d1;" }
+ $cgi.td(colspan: 2, class: "arrow") { "&#x21d1;" }
}
}
end
diff --git a/static/styles.css b/static/styles.css
index 6d696fe..393a107 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -86,4 +86,7 @@ table.waste-table {
border-left: none;
opacity: 50%;
}
+ td.arrow {
+ font-size: 2em;
+ }
}