Template:Plainlist/styles.css: Difference between revisions

From Ylvapedia
(Created page with "→‎* * Unbulleted lists: .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ul li { margin-bottom: 0; }")
 
mNo edit summary
 
Line 10: Line 10:
.plainlist ul li {
.plainlist ul li {
margin-bottom: 0;
margin-bottom: 0;
}
.ul_itemlist {
    list-style-type: none;
    margin-left: auto;
    width: auto;
}
}

Latest revision as of 12:36, 15 March 2025

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

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

.ul_itemlist {
    list-style-type: none;
    margin-left: auto;
    width: auto;
}