diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -542,14 +542,6 @@ div.header img { border-radius: 4px 4px 0 0; } -#content div.panel div.panel-heading h5 { - float: left; - border: none; - color: #fff; - margin: 0; - padding: 11px 0 11px 10px; -} - #content div.panel div.panel-heading .link-white { color: #FFFFFF; } diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -3,15 +3,13 @@ <%block name="title"> ${_('Journal')} -<%def name="breadcrumbs()"> -
+<%def name="breadcrumbs_links()">
? ${_('Journal')} - ${ungettext('%s Entry', '%s Entries', c.journal_pager.item_count) % (c.journal_pager.item_count)}
-
<%block name="header_menu"> ${self.menu('journal')}