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

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..."
 
CleanupBot (talk | contribs)
m Remove protection template from unprotected page
 
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 19:51, 17 April 2021

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