diff docs/_static/custom-haiku.css @ 170:f761694373e0

Do not justify the documentation output. Implemented by adding a custom CSS for haiku.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 11 May 2026 10:52:43 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/_static/custom-haiku.css	Mon May 11 10:52:43 2026 +0200
@@ -0,0 +1,4 @@
+p {
+    /* we do not want the standard "justify" */
+    text-align: left;
+}