Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 629 Bytes

base-tables.md

File metadata and controls

25 lines (18 loc) · 629 Bytes
id title
tables
Tables

Modifies table type selectors for more uniform and customized styling.

Affected Type Selectors

  • table:
    • Ensures borders collapse
    • Sets border spacing to zero.
    • Sets margin bottom to zero.
  • td, th: Sets padding and vertical aligns top.
  • th: Sets text color.
  • caption, th: Align text to left.
  • caption: Places caption below table and gives it a top margin.

Configurable Variables

  • --base-tables-heading-color
  • --base-tables-spacing