aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@tha.de>2026-09-02 15:13:48 +0200
committerFriedrich Beckmann <friedrich.beckmann@tha.de>2026-09-02 15:13:48 +0200
commit8a4536e6c9e8c7e016d8ee5f7e6f6c426951be75 (patch)
treed5872172f2c5f04361cfe5f5797b809de62aa7df
parent4675dbde5baee21e87b3652b3201f14a784c289e (diff)
index.html - left align the table dataHEADmaster
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
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;
+ }
</style>
</head>
<body>