Files @ 618f2158562e
Branch filter:

Location: kallithea/kallithea/templates/index.html

Thomas De Schampheleire
style: vertically align comment bubble icon

The icon of the comment bubble is slightly off-center vertically (too low).
This problem can be solved by reducing the line height instead of using the
default of 20px.
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%block name="title">
    ${_('Repositories')}
</%block>

<%block name="header_menu">
${self.menu('repositories')}
</%block>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>