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 edit summary
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
font-size: smaller;
font-size: smaller;
text-align: center;
text-align: center;
}
body.mw-mf .mediatable {
font-size: 90%;
}
}

Latest revision as of 09:08, 24 September 2025

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