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

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Protected "Template:Media table/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
Line 1: Line 1:
.mediaRow + .mediaRow {
.mediaRow + .mediaRow,
.mediaRow + .mediaRow td {
border-top: 0 !important;
border-top: 0 !important;
}
}

Revision as of 16:00, June 30, 2024

.mediaRow + .mediaRow,
.mediaRow + .mediaRow td {
	border-top: 0 !important;
}

@media all and (max-width: 719px) {
	.mediaRow .fileInfo {
		display: none !important;
	}
	.videoRow .fileMain > center {
		margin-top: 5px !important;
	}
	.audioRow .fileMain > center {
		margin-top: 10px !important;
	}
}