MediaWiki:Group-user.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
#p-Special,
#p-Special,
#p-tb {
#p-tb {
display: unset;
display: block;
}
}



Revision as of 17:12, 6 August 2024

/* CSS placed here will affect registered users only */

/*
 * The following have the sole purpose of reverting some CSS in MW:Vector.css,
 * because it's intended for non-logged-in users only, but there's no special
 * CSS that gets loaded for non-logged-in users only.
 */

#p-Special,
#p-tb {
	display: block;
}

#firstHeading {
	margin-top: unset;
	padding-bottom: unset;
}