틀:세로목록/styles.css

< 틀:세로목록
Poopki (토론 | 기여)님의 2022년 8월 13일 (토) 23:40 판 (Poopki님이 틀:세로목록/styles.css 문서의 콘텐츠 모델을 "위키텍스트"에서 "세니타이즈드 CSS"(으)로 바꾸었습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.div-col {
	margin-bottom: 1em;
	padding-top: 0;
	column-width: 30em;
}

.div-col dl,
.div-col ol,
.div-col ul {
	margin-top: 0;
}

.div-col li,
.div-col dd {
	page-break-inside: avoid;
	break-inside: avoid-column;
}