Jump to content

Template:Col-begin/styles.css

From wikiNonStop
Revision as of 00:23, 28 April 2024 by en>Great Brightstar (Created page with "@media all and (max-width:720px) { table.multicol > tr > td, table.multicol > tbody > tr > td { display:block !important; width:100% !important; padding:0 !important; } } table.multicol { border: 0; border-collapse: collapse; background-color: transparent; padding: 0; } table.multicol > tr > td, table.multicol > tbody > tr > td { vertical-align: top; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@media all and (max-width:720px) {
	table.multicol > tr > td,
	table.multicol > tbody > tr > td {
		display:block !important;
		width:100% !important;
		padding:0 !important;
	}
}
table.multicol {
	border: 0;
	border-collapse: collapse;
	background-color: transparent;
	padding: 0;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
	vertical-align: top;
}