틀:세로목록/styles.css

< 틀:세로목록
Poopki (토론 | 기여)님의 2022년 8월 13일 (토) 22:13 판 (새 문서: .div-col { margin-bottom: 1em; padding-top: 0; column-width: 30em; } →‎Reset top margin for lists in div col: .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } /* Avoi...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

.div-col { margin-bottom: 1em; padding-top: 0; column-width: 30em; }

/* Reset top margin for lists in div col */ .div-col dl, .div-col ol, .div-col ul { margin-top: 0; }

/* Avoid elements breaking between columns

  See also Template:No col break */

.div-col li, .div-col dd { page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */ break-inside: avoid-column; }