Module:MATCHBOX Infobox style/styles.css: Difference between revisions

From ytptenniswiki
Jump to navigation Jump to search
Created page with "@media all and (min-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } } .infobox.vevent .status > p:first-child { margin: 0; }"
 
(No difference)

Latest revision as of 21:45, 28 February 2025

@media all and (min-width:720px) {
	.desktop-float-right {
		box-sizing: border-box;
		float: right;
		clear: right;
	}
}

.infobox.vevent .status > p:first-child {
	margin: 0;
}