Difference between revisions of "MediaWiki:Common.css"

From Make Inclusive Websites
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .catlinks { display: none; }")
 
Line 2: Line 2:
 
.catlinks {
 
.catlinks {
 
display: none;
 
display: none;
 +
 +
.mw-content-text {
 +
display: none;
 +
}
 
}
 
}

Revision as of 11:45, 7 May 2021

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

.mw-content-text {
display: none;
}
}