Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-07 | Fix text-align | Cameron Paul | |
Inline elements are now aligned based on the text-align value of their containing element instead of their own text-align value. Block level elements are no longer affected by the text-align property. Fixes: https://github.com/dillo-browser/dillo/issues/410 | |||
2025-07-07 | Expand text-align-center test with more test cases | Cameron Paul | |
2025-06-16 | Add HTML test for text-align: center | Cameron Paul | |
See: https://github.com/dillo-browser/dillo/issues/410 |