模組:Infobox military conflict/styles.css

出自合眾百科 Unitedbook
於 2022年5月17日 (二) 18:38 由 imported>Migertile CL 所做的修訂 (建立內容為「:​ @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; } body.skin-minerva .infobox table { display: table; }」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/*  */
@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;
}
body.skin-minerva .infobox table {
	display: table;
}