Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Infobox military conflict/styles.css: Difference between revisions

From ProleWiki, the proletarian encyclopedia
(Created page with "→‎{{pp-template}}: @media all and (min-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } } .infobox.vevent .status > p:fi...")
 
m (Troubleshooting)
 
Line 3: Line 3:
.desktop-float-right {
.desktop-float-right {
box-sizing: border-box;
box-sizing: border-box;
background-color: var(--color-surface-2);
float: right;
float: right;
clear: right;
clear: right;

Latest revision as of 10:15, 11 September 2024

/* {{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;
}