(문서를 비움) 태그: 비우기 |
(Poopki님이 틀:세로목록/styles.css 문서의 콘텐츠 모델을 "위키텍스트"에서 "세니타이즈드 CSS"(으)로 바꾸었습니다) 태그: 콘텐츠 모델 변경 |
||
(같은 사용자의 중간 판 3개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | .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; | ||
+ | } |
2022년 8월 13일 (토) 23:40 기준 최신판
.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;
}