From f15294c0429619107229daa3b55a54ac8f19449a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 19 Jan 2024 22:59:06 +0100 Subject: [PATCH] =?UTF-8?q?Use=20=20to=20mark=20the=20application?= =?UTF-8?q?=E2=80=99s=20version=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I mistakenly thought that was de inverse of the deprecated element, but apparently it is for small-print text and such, thus suited for this case. --- web/static/numerus.css | 1 - web/template/app.gohtml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/static/numerus.css b/web/static/numerus.css index 39becbe..7b3a098 100644 --- a/web/static/numerus.css +++ b/web/static/numerus.css @@ -316,7 +316,6 @@ main { body > footer { border-top: 1px solid var(--numerus--color--light-gray); - font-size: 75%; padding: .25em 3rem; } diff --git a/web/template/app.gohtml b/web/template/app.gohtml index b7c401b..9eff656 100644 --- a/web/template/app.gohtml +++ b/web/template/app.gohtml @@ -63,7 +63,7 @@ {{- template "content" . }}
-

{{printf ( gettext "Numerus Version: %s") numerusVersion | unsafe}}

+

{{printf ( gettext "Numerus Version: %s") numerusVersion | unsafe}}