From 7b9e8a94f0fea19450babfc412cfa67b2afdd32c Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 20 Nov 2025 22:51:32 -0500 Subject: [PATCH 1/2] Add m3u download link to each series's summary --- templates/content-series.tpl.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/content-series.tpl.html b/templates/content-series.tpl.html index 84e7915..6f84881 100644 --- a/templates/content-series.tpl.html +++ b/templates/content-series.tpl.html @@ -13,6 +13,7 @@
  • Date of earliest show:
  • Date of latest show:
  • Series RSS feeds: ogg, spx, mp3
  • +
  • Download the M3U playlist
  • From face5e1fbe2886a0d7c375a4376f72ef24e34c8f Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 20 Nov 2025 22:54:24 -0500 Subject: [PATCH 2/2] Fix white space between series description and border --- public_html/css/hpr.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index cff0f84..017aa42 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -736,10 +736,13 @@ fieldset > table td input[type="radio"] { padding: 0; } .series-description { - margin: 0; + margin: 0 0 1rem 0; padding: 0; font-style: italic; } +.series-desciption > *:last-child { + margin-bottom: 0; +} .sr-only { position: absolute; width: 1px;