From 935af5dc7c5864d752bf92e5a0d0383578e4c139 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 24 Nov 2021 01:55:22 -0500 Subject: Chapters --- local.css | 1 + templates/page.tmpl | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/local.css b/local.css index 4ad12b50..7f5b59f7 100644 --- a/local.css +++ b/local.css @@ -83,3 +83,4 @@ summary h1 { display: inline-block } .speaker-details { margin: 0 } .vid .resources { margin-bottom: -1em; } + ol.chapters { list-style-type: none; padding: 0; } diff --git a/templates/page.tmpl b/templates/page.tmpl index d6cd9e3e..f93afdfc 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -309,5 +309,49 @@ transcriptDiv.appendChild(transcriptLink) } // @license-end + -- cgit v1.2.3