summaryrefslogtreecommitdiff
path: root/stylesheets/programmes.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 22:26:32 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 22:26:32 +0100
commite156454417b590e80543740edb36ccbbdbb84d41 (patch)
tree559d28212ae44b3ac0b051feb78f13bcb75f99c4 /stylesheets/programmes.css
parent93fa5836c3f85f4825ad37a1ffdc2c96d74d5173 (diff)
downloadquatuorbellefeuille.com-e156454417b590e80543740edb36ccbbdbb84d41.tar.xz
Finish translating programs, fixup quotes and set lang for all pages
Diffstat (limited to 'stylesheets/programmes.css')
-rw-r--r--stylesheets/programmes.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css
index 12cebe8..7ab6d99 100644
--- a/stylesheets/programmes.css
+++ b/stylesheets/programmes.css
@@ -63,6 +63,10 @@ details.program > *:nth-child(3) {
font-weight: 600;
}
+html[lang=fr] details.program blockquote {
+ quotes: "« " " »"; /* No idea why browsers don't add spaces by default. */
+}
+
details.program blockquote p::before {
content: open-quote;
}