From 242cb15bbd1e8c57e49b6188fc8b114bebdb935b Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 28 Aug 2025 12:47:13 +0200 Subject: [PATCH] improved css Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index cae0008..9a6a0fe 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -312,4 +312,8 @@ li > a > p:nth-child(1){ .timetracks.sum span{ font-weight: bold; +} + +.timetracks ul{ + margin: 0 } \ No newline at end of file