Difference between revisions of "MediaWiki:Common.css"

From rbachwiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .keyword{ display: none; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.keyword{
.keywords{
display: none;
display: none;
}
}

Revision as of 18:19, 31 August 2022

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