:범례/styles.css

< 틀:범례
젊은리버럴 (토론 | 기여)님의 2024년 8월 24일 (토) 11:08 판 (새 문서: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {→‎empty for now, but part of the design!: })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.legend-color {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	line-height: 1.25;
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}

.legend-text {/*empty for now, but part of the design!*/}