From e95113908f83652737e2bfcbb0c83e1cbcc5ca1d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 12 Apr 2015 17:37:36 +0200 Subject: Added some spaces betweens icons and text. --- pyaggr3g470r/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 2680eb81..8dc31829 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -66,7 +66,7 @@
  • {{ _('Favorites') }}
  • {% endif %} {% if not conf.ON_HEROKU or g.user.is_admin() %} -
  • {{ _('Fetch') }}
  • +
  • {{ _('Fetch') }}
  • {% endif %}
  • {% if g.user.is_admin() %}
  • {{ _('Dashboard') }}
  • {% endif %} -
  • {{ _('About') }}
  • +
  • {{ _('About') }}
  • {{ _('Logout') }}
  • -- cgit