테이블 & 리스트
테이블 레이아웃, 리스트 스타일 관련 클래스입니다.
Table
| 클래스 | CSS |
|---|---|
tlf | table-layout: fixed |
tla | table-layout: auto |
cst | caption-side: top |
csb | caption-side: bottom |
ecs | empty-cells: show |
ech | empty-cells: hide |
bcc | border-collapse: collapse |
bcs | border-collapse: separate |
List Style Type
| 클래스 | CSS |
|---|---|
lsn | list-style-type: none |
lsd | list-style-type: disc |
lsc | list-style-type: circle |
lssq | list-style-type: square |
lsde | list-style-type: decimal |
List Style Position
| 클래스 | CSS |
|---|---|
lspi | list-style-position: inside |
lspo | list-style-position: outside |
lsin | list-style-image: none |