From cdf4406e1d0f1e1c53f2e6fd856e2f2c60d661a6 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 13 May 2025 10:33:52 +0100 Subject: [toplinks] typo --- cgi/user.cgi | 2 +- static/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/user.cgi b/cgi/user.cgi index 0773207..a88c695 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -4,7 +4,7 @@ require 'cgi' def link(href, text, remote = false) if remote - $cgi.a(href: href, target: "_blank") { "[ #{text} d7; ] " } + $cgi.a(href: href, target: "_blank") { "[ #{text} ⇗ ] " } else $cgi.a(href: href) { "[ #{text} ] " } end diff --git a/static/styles.css b/static/styles.css index d1ac829..58e4219 100644 --- a/static/styles.css +++ b/static/styles.css @@ -28,9 +28,9 @@ div { table#toplinks { width: 100%; - background-color: honeydew; td { width: 1%; + background-color: honeydew; text-align: center; a { font-size: 1.75em; -- cgit v1.2.3