From f109d18bd0166231cb19f0b3f88f6ad05ef4d165 Mon Sep 17 00:00:00 2001 From: Pascal <rost@informatik.uni-hamburg.de> Date: Sun, 14 Oct 2018 19:42:19 +0200 Subject: [PATCH] Adds missing border to navigation element. --- ckanext/odsh/public/odsh_header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ckanext/odsh/public/odsh_header.css b/ckanext/odsh/public/odsh_header.css index f15500cf..5c7a9645 100644 --- a/ckanext/odsh/public/odsh_header.css +++ b/ckanext/odsh/public/odsh_header.css @@ -124,6 +124,7 @@ .navigation-container { background: #f2f2f2; width: 100% !important; + border-bottom: 15px solid #1c355e; } .navigation-row { -- GitLab