From f2ac09402e07c5a108fb632eb9bbe0f950f5b5d9 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 14 May 2025 11:24:52 +0100 Subject: [toplinks] trialling new waste thing --- cgi/home.cgi | 3 +++ static/styles.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/cgi/home.cgi b/cgi/home.cgi index ec600a0..264d9d1 100644 --- a/cgi/home.cgi +++ b/cgi/home.cgi @@ -57,6 +57,9 @@ def graphic_collection(resp) } $cgi.table(class: "waste-table") { + $cgi.tr { + $cgi.td { "&x21d3;" } + } + $cgi.tr { tout = "" (0..27).step(2).each { |i| diff --git a/static/styles.css b/static/styles.css index db2e5ad..b19eb47 100644 --- a/static/styles.css +++ b/static/styles.css @@ -72,6 +72,10 @@ div#quote { table.waste-table { border-collapse: collapse; + td { + width: 10px; + height: 10px; + } td.morning { border: 2px solid black; border-right: none; -- cgit v1.2.3