mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.ro.css
thiemowmde 644597c402 Move Parsoid-specific CSS into a subdirectory
The first two files have been added to the root modules/ directory
via I487095d in 2015. No problem.

Many, many more files have been added via I000b453 in 2022. It's
really hard to tell what is what since then.

I'm not absolutely sure what the naming convention for this folder
should be. Could as well be "localized-styles/" or just "Parsoid/".

Bug: T156350
Change-Id: Ibcf8c7a6db5400ed8a9811244a070e03ff372a39
2024-03-11 12:42:25 +00:00

4 lines
131 B
CSS

span[ rel='mw:referencedBy' ] > a::before {
content: counter( mw-references, decimal ) ',' counter( mw-ref-linkback, decimal );
}