# HG changeset patch # User Mads Kiilerich # Date 2017-01-06 01:43:50 # Node ID 18e63f0ee80ee06dd1f7b72aeb1ab19c73791433 # Parent a996a08cf45c1b22f2d8268bdef97d0ca89524e2 templates: form inside h5 is not valid html Make journal.html do the same as admin.html does. 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')}