From 9338082ba6aaa98d8ac3533e9ad06e33647521a3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 1 Oct 2014 08:10:44 +0200 Subject: Minor improvements to the home page. --- pyaggr3g470r/templates/home.html | 5 ++--- pyaggr3g470r/templates/layout.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 32671ebb..5c9cf0f7 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -12,10 +12,10 @@ {% else %}
-

{{ _('Articles') }} ({{ articles.__len__() }})

{% if filter_ == 'all' %}{% endif %} {{ _('All') }} diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 6f159143..5509cc4d 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -40,7 +40,7 @@ deployed on Heroku or on a traditional server." /> } /* First level of nav */ .sidenav { - margin-top: 60px; + margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-bottom: 0px; -- cgit