Template:Venue performances/styles.css: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
No edit summary
No edit summary
 
Line 8: Line 8:
}
}


.venue-performances tr td:nth-child(1),
.venue-performances tr td:nth-child(2),
.venue-performances tr td:nth-child(2) {
.venue-performances tr td:nth-child(3) {
white-space: nowrap;
white-space: nowrap;
}
}

Latest revision as of 07:30, 26 October 2020

.venue-performances td {
	vertical-align: top;
}

.venue-performances td small {
	color: gray;
	display: block;
}

.venue-performances tr td:nth-child(2),
.venue-performances tr td:nth-child(3) {
	white-space: nowrap;
}