Template:Media table/styles.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Created page with ".mediatable { width: 100%; } .mediatable td:nth-child(2) { white-space: nowrap; width: 0; font-size: smaller; text-align: center; }")
(No difference)

Revision as of 10:26, 23 September 2025

.mediatable {
	width: 100%;
}
.mediatable td:nth-child(2) {
	white-space: nowrap;
	width: 0;
	font-size: smaller;
	text-align: center;
}