Mercurial > hgrepos > Python > libs > ConfigMix
annotate docs/_static/custom-haiku.css @ 752:6ac8f4522452
>>>>> tag v0.23.1 for changeset 8238e3c22f89
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 31 Oct 2023 08:35:50 +0100 |
| parents | 115de6fe420e |
| children |
| 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 } |
