From 17d8fe674240d0ebd4fc887225201459dcb02a1b Mon Sep 17 00:00:00 2001 From: drg Date: Fri, 13 Feb 2026 21:02:01 +0100 Subject: [PATCH] Anpassung mit CSS --- _includes/header.html | 55 ++++++++++++++++++++++--------------- bootstrap/css/bootstrap.css | 7 +++++ 2 files changed, 40 insertions(+), 22 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 05dcc19..6cf5cc3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,28 +1,39 @@ diff --git a/bootstrap/css/bootstrap.css b/bootstrap/css/bootstrap.css index c44f016..1a33fbb 100644 --- a/bootstrap/css/bootstrap.css +++ b/bootstrap/css/bootstrap.css @@ -1905,6 +1905,13 @@ tbody.collapse.in { background-color: #eeeeee; border-color: #337ab7; } +.nav-event-date { + margin-left: 15px; + white-space: nowrap; + line-height: 50px; /* passt zur Navbar-Höhe */ + font-weight: bold; + color: #d2386c; +} .nav .nav-divider { height: 1px; margin: 9px 0;