MediaWiki:Common.css: Difference between revisions

From ARIS
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#catlinks { display: none; }
#catlinks { display: none; }
/* This hides translate tags in printing */
@media print {
  translate {
    display: none;
  }
}

Latest revision as of 12:24, 8 May 2025

/* CSS placed here will be applied to all skins */
#catlinks { display: none; }