From 86dc323c1a2d697a62d7b51dc3f0fb8161e81d78 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 18 Mar 2021 18:32:49 +0100 Subject: Tweak program structure So that we can add icons for duration and piece list. --- stylesheets/programmes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index 2d376bd..914149b 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -75,12 +75,12 @@ details.program blockquote p::after { content: close-quote; } -ol.pieces { +ol.info.pieces { list-style: none; padding-left: 0; } -ol.pieces > li.intermission { +ol.info.pieces > li.intermission { margin-left: 4em; font-style: italic; } -- cgit v1.2.3