テンプレート:Plainlist/styles.css
2021年11月19日 (金) 15:04時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「→*  * Unbulleted lists:  .plainlist ul { 	line-height: inherit; 	list-style: none none; 	margin: 0; }  .plainlist ul li { 	margin-bottom: 0; }」)
/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ul li {
	margin-bottom: 0;
}