annotate docs/_static/custom-haiku.css @ 288:298841bc4dee

Allow "normal" Pygments token names in "\ttX" ("Error", "Text.Whitespace", ...)
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 22 May 2026 12:32:38 +0200
parents f761694373e0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
170
f761694373e0 Do not justify the documentation output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 p {
f761694373e0 Do not justify the documentation output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 /* we do not want the standard "justify" */
f761694373e0 Do not justify the documentation output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 text-align: left;
f761694373e0 Do not justify the documentation output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 }