Template:Plainlist/styles.css: Difference between revisions

Template page
(Created page with "→‎{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; →‎Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }")
 
No edit summary
 
Line 1: Line 1:
/* From Wikipedia: https://en.wikipedia.org/wiki/Template:Plainlist/styles.css
* Used under the Creative Commons Attribution-ShareAlike 3.0 Unported License. This page is available under the same license.
*/
/* {{pp-template|small=yes}} */
/* {{pp-template|small=yes}} */
.plainlist ol,
.plainlist ol,

Latest revision as of 19:57, 28 December 2022

/* From Wikipedia: https://en.wikipedia.org/wiki/Template:Plainlist/styles.css
 * Used under the Creative Commons Attribution-ShareAlike 3.0 Unported License. This page is available under the same license.
 */

/* {{pp-template|small=yes}} */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none;
	margin: 0;
	padding: 0; /* Reset Minerva default */
}

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