Quotes enhancement
This commit is contained in:
parent
1bdbb434c0
commit
10a6b31380
3 changed files with 5 additions and 5 deletions
|
@ -640,12 +640,12 @@ q {
|
|||
|
||||
q,
|
||||
.q {
|
||||
quotes: "“\00a0" "\00a0”";
|
||||
quotes: "“" "”" "‘" "’";
|
||||
}
|
||||
|
||||
q:lang(fr),
|
||||
.q:lang(fr) {
|
||||
quotes: "«\00a0" "\00a0»";
|
||||
quotes: "«\00a0" "\00a0»" "“" "”";
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -232,10 +232,10 @@ q {
|
|||
|
||||
q,
|
||||
.q {
|
||||
quotes: "“\00a0" "\00a0”";
|
||||
quotes: "“" "”" "‘" "’";
|
||||
|
||||
&:lang(fr) {
|
||||
quotes: "«\00a0" "\00a0»";
|
||||
quotes: "«\00a0" "\00a0»" "“" "”";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue