You may also check out our sister site SoyPlace.

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

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
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:first-child { margin: 0; }"
 
mNo edit summary
 
Line 1: Line 1:
/* {{pp-template}} */
@media all and (min-width:720px) {
@media all and (min-width:720px) {
.desktop-float-right {
.desktop-float-right {

Latest revision as of 23:24, 18 August 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;
}