MediaWiki:Common.css: Difference between revisions

From OpenResearchers Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* Hide bracketed footnote numbers in the article text */
sup.reference { display: none; }
sup.reference {
  display: none !important;
  visibility: hidden !important;
}

Revision as of 12:14, 21 February 2025

sup.reference { display: none; }