From 8a4536e6c9e8c7e016d8ee5f7e6f6c426951be75 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Wed, 2 Sep 2026 15:13:48 +0200 Subject: index.html - left align the table data --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 919c88e..23a8920 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@ .ec-timeline .ec-time, .ec-timeline .ec-line { width: 80px; } + #myTable th { + text-align: left; + } -- cgit v1.2.3