Template:Legend/styles.css: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content deleted Content added
m Protected "Template:Legend/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
m Tagged as template-protected
Line 1: Line 1:
/* {{pp-template}} */

.legend {
.legend {
page-break-inside: avoid;
page-break-inside: avoid;

Revision as of 20:29, 15 August 2020

/* {{pp-template}} */

.legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.legend-color {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
	font-size: 100%;
}