Template:Plainlist/styles.css: Difference between revisions

From Islcamical Commons
Jump to navigation Jump to search
Created page with "Should be kept in sync with [[MediaWiki:Common.css]]: * * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }"
 
(No difference)

Latest revision as of 22:15, 2 November 2025

/* Should be kept in sync with [[MediaWiki:Common.css]] */

/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ul li {
	margin-bottom: 0;
}