# HG changeset patch # User domruf # Date 1509126136 -7200 # Node ID 855f0ee4995c9a4b6b1a832010dec92e7f5ec9f8 # Parent 97a99ced3b8513754359642dcd0bfb7919690df4 less: navbar elements should not be hidden navbar elements should not overflow, but if they do, hidding them is not helpful. diff -r 97a99ced3b85 -r 855f0ee4995c kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css Fri Oct 27 18:54:59 2017 +0200 +++ b/kallithea/public/css/contextbar.css Fri Oct 27 19:42:16 2017 +0200 @@ -61,9 +61,6 @@ nav.navbar #quick a#quick_login_link { padding-left: 0px; } -nav.navbar #quick a { - overflow: hidden; -} #context-pages a.dropdown-toggle:after { position: absolute; float: right;