Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Col-begin/styles.css: Difference between revisions

Template page
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 !important; }'
 
No edit summary
Line 15: Line 15:
table.multicol > tr > td,
table.multicol > tr > td,
table.multicol > tbody > tr > td {
table.multicol > tbody > tr > td {
vertical-align: top !important;
vertical-align: top;
}
}

Revision as of 14:08, 27 April 2024

@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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.