Template:Ublist/styles.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
m (Willowisp moved page Template:Unbulleted list/styles.css to Template:Ublist/styles.css without leaving a redirect)
m (Willowisp moved page Template:Ublist/styles.css to Template:Unbulleted list/styles.css without leaving a redirect)
(No difference)

Revision as of 17:06, 29 December 2023

/* Unbulleted lists */
.bg3wiki-ublist ul,
.bg3wiki-ublist ol {
	margin: 0;
	padding: 0;
	line-height: inherit;
	list-style: none;
}

.bg3wiki-ublist ol li,
.bg3wiki-ublist ul li {
	margin-bottom: 0;
}