mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
7 lines
209 B
CSS
7 lines
209 B
CSS
|
/* Temporary: This is enwiki specific.
|
||
|
* Need this for b/c till we add this to enwiki's Mediawiki:Common.css */
|
||
|
|
||
|
span[ rel~='mw:referencedBy' ] a:before {
|
||
|
content: counter( mw-ref-linkback, lower-alpha );
|
||
|
}
|