annotate docs/_static/custom-haiku.css @ 714:465bac57b97e

Docs: Docs for configmix.config: use more manual docs. This is also to document more closely the pure-Python implementation, the C-API implementation and their aliases.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 15 Aug 2023 17:14:21 +0200
parents 115de6fe420e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
709
115de6fe420e Add a custom CSS file to use text-align "left" instead of the Haiku standard "justify"
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
diff changeset
1 p {
115de6fe420e Add a custom CSS file to use text-align "left" instead of the Haiku standard "justify"
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
diff changeset
2 /* we do not want the standard "justify" */
115de6fe420e Add a custom CSS file to use text-align "left" instead of the Haiku standard "justify"
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
diff changeset
3 text-align: left;
115de6fe420e Add a custom CSS file to use text-align "left" instead of the Haiku standard "justify"
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
diff changeset
4 }