Jump to content

Module:Infobox military conflict/styles.css

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

.infobox {
    float: right;
    margin: 0 0 1em 1em;
    clear: right;
    width: auto;  /* Adjust width if necessary */
}

.infobox .location {
    font-style: italic;  /* Example styling for location text */
}