summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-18 18:32:49 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-18 18:32:49 +0100
commit86dc323c1a2d697a62d7b51dc3f0fb8161e81d78 (patch)
tree2c6949549cbed4273af1371879d94705eae3b85a /stylesheets
parent0ffbcb12218886d6b24f22fc8edf1ef24c3c569e (diff)
downloadquatuorbellefeuille.com-86dc323c1a2d697a62d7b51dc3f0fb8161e81d78.tar.xz
Tweak program structure
So that we can add icons for duration and piece list.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/programmes.css4
1 files changed, 2 insertions, 2 deletions
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;
}