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 */
/* Hide bracketed footnote numbers in the article text */
sup.reference, .mw-reference {
sup.reference {
    display: none !important;  
  display: none !important;
  visibility: hidden !important;
}
}

Revision as of 17:48, 20 February 2025

/* Hide bracketed footnote numbers in the article text */
sup.reference {
  display: none !important;
  visibility: hidden !important;
}