Difference between revisions of "Template:Plainlist/styles.css"

From WPRDC Wiki
Jump to navigation Jump to search
>Izno
(tstyles this)
 
>ExE Boss
(Add leading comment)
 
Line 1: Line 1:
/**
* Unbulleted lists
*/
.plainlist ul {
.plainlist ul {
    line-height: inherit;
line-height: inherit;
    list-style: none none;
list-style: none none;
    margin: 0;
margin: 0;
}
}


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

Latest revision as of 13:19, 11 July 2021

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

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