Template:Nintendo Badge Arcade.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Created page with "→‎For use in article [[Nintendo Badge Arcade]] only: .large-table { max-width: 100%; overflow-x: auto; } .large-table .wikitable { width: max-content; } .large-table td { text-align: center; font-size: small; }")
 
(HyperNervie changed the content model of the page Template:Nintendo Badge Arcade.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 06:09, 10 September 2025

/* For use in article [[Nintendo Badge Arcade]] only */
.large-table {
	max-width: 100%;
	overflow-x: auto;
}
.large-table .wikitable {
	width: max-content;
}
.large-table td {
	text-align: center;
	font-size: small;
}