summaryrefslogtreecommitdiff
path: root/lulua/data/report/style.css
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27report: style: Increase line heightLars-Dominik Braun1-0/+6
2021-10-27report: Remove example sentences.Lars-Dominik Braun1-5/+0
I feel they don’t really convey which parts of a layout are difficult to use and the sentences used were quite arbitrary. They should be replaced by something better.
2020-11-01Explain design decisionsLars-Dominik Braun1-1/+7
Fixes #10.
2020-10-17report: Move remarks into <details> elementLars-Dominik Braun1-2/+10
Hide them by default
2020-05-16report: Add simple sentence effort visualizationLars-Dominik Braun1-0/+5
Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible.
2020-05-10report: Add translated source table, asymmetry definitionLars-Dominik Braun1-9/+18
Also fix the layout break point.
2020-03-08report: Expand analysisLars-Dominik Braun1-1/+22
Expand explanation of proposed layout and criticism of other layouts.
2020-02-29Upgrade IBM Plex to 4.0.2Lars-Dominik Braun1-5/+5
Arabic font was renamed.
2020-02-22doc: Switch to jinja2-based renderingLars-Dominik Braun1-0/+202
Pre-rendering HTML was not the best idea. Instead pre-process the data, cache it into data files and do the HTML rendering only as the final step. Also adds asymmetry to analysis and uses tabular numbers and spaces instead of ugly table hacks to align numbers.