MediaWiki:Common.css: Difference between revisions

From CoExistNippon Wiki
Created page with "→‎CSS placed here will be applied to all skins: .mw-mmv-image-metadata { display: none !important; }"
 
No edit summary
Line 4: Line 4:
{
{


display: none !important;
display: none;


}
}

Revision as of 21:53, 6 February 2024

/* CSS placed here will be applied to all skins */
.mw-mmv-image-metadata

{

display: none;

}