Jump to content

Module:Infobox military conflict/styles.css

From Marxist Wiki
Revision as of 01:29, 13 March 2025 by Thehighwayman (talk | contribs) (Created page with "{{pp-template}}: @media all and (min-width:720px) { .desktop-float-right { box-sizing: border-box; background-color: var(--color-surface-2); float: right; clear: right; } } .infobox.vevent .status > p:first-child { margin: 0; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
@media all and (min-width:720px) {
	.desktop-float-right {
		box-sizing: border-box;
		background-color: var(--color-surface-2);
		float: right;
		clear: right;
	}
}

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