Vorlage:Geschichtlich/styles.css

Aus UnderMine Wiki
Zur Navigation springen Zur Suche springen
.history ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
.history li:not(:first-of-type) {
	padding-top: 2px;
}
.history li:not(:last-of-type) {
	padding-bottom: 2px;
}
html.theme-light .history ul li + li {
	border-top: 1px solid rgb(186, 201, 206);
}
html.theme-dark .history ul li + li {
	border-top: 1px solid rgb(68, 76, 77);
}

/* [[Kategorie:Vorlagenstile]] */