Tweak style for header logo

seemed necessary for sake of bobcat theme, but worked for default too..
This commit is contained in:
Lance Edgar 2018-11-28 21:41:00 -06:00
parent 9294d95ffb
commit 71c60c58a1

View file

@ -22,5 +22,5 @@
</%def>
<%def name="header_logo()">
${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", height='49')}
${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", style="height: 55px;")}
</%def>