MediaWiki:Common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
ul {
/* Allow setting this in wrapping divs. */
list-style-type: inherit;
}

Revision as of 21:54, 8 March 2023

/* CSS placed here will be applied to all skins */

ul {
	/* Allow setting this in wrapping divs. */
	list-style-type: inherit;
}