From 431677576603b58c42fc488f174ef0254a7a430c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 21 Jan 2013 12:00:02 -0600 Subject: Switch to a fluid layout --- hyperkitty/templates/threads/month_list.html | 2 +- hyperkitty/templates/threads/right_col.html | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/month_list.html b/hyperkitty/templates/threads/month_list.html index 4781ec4..66aa3f9 100644 --- a/hyperkitty/templates/threads/month_list.html +++ b/hyperkitty/templates/threads/month_list.html @@ -1,6 +1,6 @@ {% load hk_generic %} -
+
{% for year, months in archives_length|sort %}

{{ year }}

    diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 7fa1743..73194df 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -4,19 +4,19 @@
    -
    -
    +
    +
    {{ days_inactive }}
    -
    +
    days
    inactive
    -
    +
    {{ days_old }}
    -
    +
    days
    old @@ -28,7 +28,6 @@

    {% endif %} -
    {% include 'threads/tags.html' %}
    -- cgit