MediaWiki:Common.css: Difference between revisions

From MuttWiki
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: .no-all-pages-columns .mw-allpages-body { columns: unset !important; -moz-columns: unset !important; -webkit-columns: unset !important; }"
 
(No difference)

Latest revision as of 06:34, 22 February 2025

/* CSS placed here will be applied to all skins */
.no-all-pages-columns .mw-allpages-body {
	columns: unset !important;
	-moz-columns: unset !important;
	-webkit-columns: unset !important;
}