diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/programmes.css | 4 |
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; } |
