mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
|
/* Match sup style in Minerva's skins.minerva.base.styles/content/text.less */
|
||
|
span[ rel='mw:referencedBy' ] > a::before {
|
||
|
font-size: 0.75em;
|
||
|
line-height: 1; // redundant but matching declarations in minerva codebase
|
||
|
}
|