Template

Flowlist/styles.css: Difference between revisions

< Template:Flowlist
(Shawndouglas changed the content model of the page Template:Flowlist/styles.css from "wikitext" to "Sanitized CSS": Needed to troubleshoot.)
m (1 revision imported: Importing my work from LIMSwiki, using the same CC license)
 
(No difference)

Latest revision as of 13:37, 20 June 2024

.flowlist ul {
	overflow-x: hidden;
	margin-left: 0;
	padding-left: 1.6em;
}
.flowlist ol {
	overflow-x: hidden;
	margin-left: 0;
	padding-left: 3.2em;
}
.flowlist dl {
	overflow-x: hidden; 
}