Table & List
Classes related to table layout and list styles.
Table
| Class | 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
| Class | 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
| Class | CSS |
|---|
lspi | list-style-position: inside |
lspo | list-style-position: outside |
lsin | list-style-image: none |