# HG changeset patch # User domruf # Date 1502044773 -7200 # Node ID 689c346e39bedd65d72bcb051e7422bff8740298 # Parent 54ce462a08244993d0a9b204470b2330b054fc4a contextbar: fix navbar markup This makes the contextbar markup more consistent with the Bootstrap documentation at https://getbootstrap.com/docs/3.3/components/#navbar and with the markup of the main navbar. This fixes a minor UI issue on small devices where the navbar-collapse border would show up as a too wide and too low black line. diff -r 54ce462a0824 -r 689c346e39be kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css Mon Jul 03 20:18:57 2017 +0200 +++ b/kallithea/public/css/contextbar.css Sun Aug 06 20:39:33 2017 +0200 @@ -200,7 +200,7 @@ nav.navbar #quick > li > a, nav.navbar #quick .select2-container .select2-choice .select2-chosen, -#context-pages > li > a, +#context-pages > ul > li > a, #context-pages .select2-container .select2-choice .select2-chosen, x#context-pages .dropdown-menu a { padding: 0px 15px 1px 15px; diff -r 54ce462a0824 -r 689c346e39be kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Mon Jul 03 20:18:57 2017 +0200 +++ b/kallithea/templates/base/base.html Sun Aug 06 20:39:33 2017 +0200 @@ -94,6 +94,7 @@ <% rev = None if rev == 'tip' else rev %>