From c742794f15757cec704dfd92b15949d4cd2565e8 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 3 Aug 2025 22:45:01 -0400 Subject: [PATCH] Use no-css class on page footer hr tag --- public_html/css/hpr.css | 5 ----- templates/page.tpl.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 6ef4485..93271ef 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -134,11 +134,6 @@ body > footer { text-align: center; line-height: 1.25; } -body > footer hr:first-child { - display: none; - margin: 0; - padding: 0; -} body > footer a { color: var(--link-secondary); } diff --git a/templates/page.tpl.html b/templates/page.tpl.html index 64e82ac..fe19ab1 100644 --- a/templates/page.tpl.html +++ b/templates/page.tpl.html @@ -66,7 +66,7 @@