From 33957e2dce429af23b5ee8d9dc1ff502ddaba60d Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 14 May 2025 11:34:38 +0100 Subject: [toplinks] trialling new waste thing --- cgi/home.cgi | 2 +- static/styles.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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) { "⇑" } + $cgi.td(colspan: 2, class: "arrow") { "⇑" } } } 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; + } } -- cgit v1.2.3