--- title: LapideoStyle created: 2026-07-26 00:08 updated: 2026-07-26 00:18 revision: 2 author: Auriea summary: "Extend the smaller-font/top-align rule to every table on the page, not just the preset table" --- Worn by [[LAPIDEO-Research]] — declares `[[style:LapideoStyle]]`. ```css /* All tables on the page: smaller type and top-aligned cells, so dense columns (long "Sequence" text, multi-line entries) read as lists instead of being vertically centered against short neighbouring cells. */ table { font-size: 0.82em; } table td, table th { vertical-align: top; } ``` [[tag:ai]] [[tag:css]]