# HG changeset patch # User Mads Kiilerich # Date 1484700266 -3600 # Node ID e9f0d8527a9b49ac43f1215b792bfc352284d9ce # Parent 2aac00dc5415d0f6e4be74e74ae2633129aeaf8b template: avoid duplicate id="logo" - use "repo-logo" in the subordinate repo header diff -r 2aac00dc5415 -r e9f0d8527a9b kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css Wed Jan 18 01:44:26 2017 +0100 +++ b/kallithea/public/css/contextbar.css Wed Jan 18 01:44:26 2017 +0100 @@ -44,7 +44,7 @@ position: relative; overflow: visible; background-color: #577632; - padding: 0 5px; + padding: 0; min-height: 36px; } diff -r 2aac00dc5415 -r e9f0d8527a9b kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Jan 18 01:44:26 2017 +0100 +++ b/kallithea/public/css/style.css Wed Jan 18 01:44:26 2017 +0100 @@ -273,12 +273,12 @@ padding-left: inherit; } -nav.navbar #logo .navbar-brand img { +nav.navbar .navbar-brand img { padding-top: 5px; margin-right: 5px; } -nav.navbar #logo .navbar-brand { +nav.navbar .navbar-brand { font-size: 20px; color: white; float: left; @@ -286,7 +286,7 @@ line-height: 44px; } -#content nav.navbar #logo .navbar-brand { +#content nav.navbar .navbar-brand { height: inherit; line-height: inherit; } diff -r 2aac00dc5415 -r e9f0d8527a9b kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Wed Jan 18 01:44:26 2017 +0100 +++ b/kallithea/templates/base/base.html Wed Jan 18 01:44:26 2017 +0100 @@ -94,7 +94,7 @@ <% rev = None if rev == 'tip' else rev %>