From e156454417b590e80543740edb36ccbbdbb84d41 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 14 Mar 2021 22:26:32 +0100 Subject: Finish translating programs, fixup quotes and set lang for all pages --- stylesheets/programmes.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stylesheets/programmes.css') 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; } -- cgit v1.2.3