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 @@ - - - + + + + + + + + + - - {{ site.event.label }} - {{ site.event.date }} - + + + {{ site.event.label }} - {{ site.event.date }} + - - Toggle navigation - - - - - + + + Toggle navigation + + + + - - - Infos - Programm - Tickets - Anfahrt - - + + + + + Infos + Programm + Tickets + Anfahrt + + + + 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;