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

MyWikiBiz, Author Your Legacy — Monday September 23, 2024
Jump to navigationJump to search
(Zoran created the page Module:Infobox military conflict/styles.css using a non-default content model "CSS")
 
 
Line 1: Line 1:
 +
/* {{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;
 +
}

Latest revision as of 23:20, 15 July 2021

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