Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.references > li {
margin-top: 0 !important;
> .mw-cite-backlink {
position: absolute;
margin-top: -2px;
margin-left: 2px;
}
> .mw-cite-backlink:has(>sup) {
display: inline-block;
color: transparent;
margin-top: -8px;
+ .reference-text:before {
content: '↑ ';
position: absolute;
left: -10px;
top: -2px;
}
}
> .reference-text {
display: inline-block;
vertical-align: top;
margin-left: 12px;
}
}
.references-small {
margin-top: 13px;
li {
margin-bottom: 8px;
}
li:has(+li>.mw-cite-backlink>sup) {
margin-bottom: 15px;
}
}