mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Restore styling for cite warnings
This broke as a result of T280766. Bug: T321450 Change-Id: I4673b769612b280dde1943d79aa16dcd7d6a8052
This commit is contained in:
parent
ba468aaf14
commit
b6e5601eb1
|
@ -114,3 +114,10 @@ x-thereisnoelementwiththisname[ rel='mw:referencedBy' ]:before,
|
|||
span.mw-linkback-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Previously, MediaWiki styled the warning class.
|
||||
* It no longer does this, so style cite warnings through mw-ext-cite-warning. */
|
||||
.mw-ext-cite-warning {
|
||||
font-size: larger;
|
||||
color: #ac6600;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue