Quotes enhancement

This commit is contained in:
Raphael Goetter 2017-12-19 15:20:17 +01:00
parent 1bdbb434c0
commit 10a6b31380
3 changed files with 5 additions and 5 deletions

View file

@ -640,12 +640,12 @@ q {
q, q,
.q { .q {
quotes: "“\00a0" "\00a0”"; quotes: "“" "”" "" "";
} }
q:lang(fr), q:lang(fr),
.q:lang(fr) { .q:lang(fr) {
quotes: "«\00a0" "\00a0»"; quotes: "«\00a0" "\00a0»" "“" "”";
} }
hr { hr {

File diff suppressed because one or more lines are too long

View file

@ -232,10 +232,10 @@ q {
q, q,
.q { .q {
quotes: "\00a0" "\00a0"; quotes: "" "" "" "";
&:lang(fr) { &:lang(fr) {
quotes: "«\00a0" "\00a0»"; quotes: "«\00a0" "\00a0»" "" "";
} }
} }