mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 02:55:04 +00:00
Remove lower-alpha hack
Lower-alpha is enwiki/community specific preference and as such should be defined in Common.css of that wiki. Bug: T326467 Change-Id: I1c254031185b130de90fad2410a21533e8c3ba96 Signed-off-by: eranroz <eranroz89@gmail.com>
This commit is contained in:
parent
bfa8df9e2c
commit
fef36c2da9
|
@ -1,6 +0,0 @@
|
|||
/* 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 );
|
||||
}
|
Loading…
Reference in a new issue