mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
ed8f499cb8
This should cause no user-facing changes. Now the per-language overrides are expressed as pure data and styling happens in a single file. We can clearly see the types of customization that have been made so far. The CSS styling has also been enhanced, it can now be customized by setting the CSS variables alone. Bug: T370027 Change-Id: I2a1bf0365ac0c40991a4fe3f9a2c05dba8b7510c
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
@counter-style mni-counter {
|
|
system: numeric;
|
|
symbols: '꯰' '꯱' '꯲' '꯳' '꯴' '꯵' '꯶' '꯷' '꯸' '꯹';
|
|
}
|
|
|
|
:root {
|
|
--cite-backlink-separator: '.';
|
|
--cite-counter-style: mni-counter;
|
|
}
|