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

From blackwiki
Jump to navigation Jump to search
test>MusikBot II
m (Protected "Module:Infobox military conflict/styles.css": High-risk template or module (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
m (6 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
/* {{pp-template}} */
 
@media all and (min-width:720px) {
 
@media all and (min-width:720px) {
 
.desktop-float-right {
 
.desktop-float-right {
Line 5: Line 6:
 
clear: right;
 
clear: right;
 
}
 
}
 +
}
 +
 +
.infobox.vevent .status > p:first-child {
 +
margin: 0;
 
}
 
}

Latest revision as of 12:52, 19 September 2020

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