From 9dcac761b114ccca60a3c9fd92ff488d15d377e4 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 6 Dec 2025 13:05:22 +0100 Subject: Use proper headings, prepare for softwrapping --- src/acit/html.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/acit/html.py b/src/acit/html.py index ffb3527..cc874ae 100644 --- a/src/acit/html.py +++ b/src/acit/html.py @@ -23,9 +23,9 @@ mailpage=""" bugtype: {bugtype} | status: {status} -

+

#{bug} {subject} -

+

@@ -75,9 +75,9 @@ projectpage=""" {project} -

+

{project} -

+
Welcome to the {project} bug tracker! To submit an issue, @@ -209,6 +209,10 @@ h1, h2 { color: var(--accent); margin-left: 1em; } +h1 { + font-size: 1.5em; + border-bottom: 1px solid var(--tertiary-background); +} .formattedheader { background-color: var(--tertiary-background); @@ -253,6 +257,8 @@ h1, h2 { padding: 1px; padding-left: 2em; padding-right: 2em; +} +.highlight { overflow-y: scroll; white-space: nowrap; } -- cgit