From ae6247c519864b4ac24d40d2af2cb2a8c4c78c17 Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 19 Nov 2019 21:34:28 -0400 Subject: group artist page listings by album --- site.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'site.css') diff --git a/site.css b/site.css index f10af38..bd27d16 100644 --- a/site.css +++ b/site.css @@ -167,3 +167,28 @@ blockquote { p img { max-width: 100%; } + +dl dt { + padding-left: 2em; +} + +dl dt { + margin-bottom: 2px; +} + +dl dd { + margin-bottom: 1em; +} + +dl { + counter-reset: subolcounter; +} + +dl ol { + list-style: none; +} + +dl ol li:before { + counter-increment: subolcounter; + content: counter(subolcounter) ". "; +} -- cgit 1.3.0-6-gf8a5