# HG changeset patch # User domruf # Date 2017-10-27 20:13:39 # Node ID 61c99cdbbfff92e8eefccd02dda04270ab56faef # Parent a385bbbae672005067acb0efc00156dc33bd5657 less: cleanup footer navbar style - use default font weight for footer - it doesn't need special attention and doesn't have to be bold - use class selector for the footer instead of ID selector - add comment for the styling that is removing margin below footer diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -190,12 +190,10 @@ div.panel div.panel-heading { color: #515151; } -#footer { +/* remove margin below footer */ +.navbar.footer { margin-bottom: 0; } -#footer > span { - font-weight: 700; -} .user-menu { padding: 0 !important; diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -11,7 +11,7 @@ -