diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-30 19:37:32 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-30 19:37:32 +0100 |
| commit | 6273efb0f90255dea2c8db3e94de466f8022335a (patch) | |
| tree | ef1d3a33cb3dcb4a244fb526524cccf4f2a547f5 /hyperkitty/templates/month_view.html | |
| parent | 04d00335f7a9ef541c7a68fc7eeb161a7163045b (diff) | |
| download | hyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.tar.gz hyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.tar.xz hyperkitty-6273efb0f90255dea2c8db3e94de466f8022335a.zip | |
Do some CSS refactoring
Diffstat (limited to 'hyperkitty/templates/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 00b7a96..a6239fe 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -7,7 +7,7 @@ <div id="month-view"> - <header> + <div class="month-header"> <div class="list-name">{{ mlist.display_name|default:mlist.name|escapeatsign }}</div> <div class="month-name">{{ month|date:"F Y"|capfirst }}</div> <ul class="month-info"> @@ -23,7 +23,7 @@ <a href="mailto:{{ list_address|escapeatsign }}">{{ list_address|escapeatsign }}</a> </p> {% endif %} - </header> + </div> {% for email in threads %} <!-- New thread --> @@ -95,7 +95,7 @@ </div> <!-- End of thread --> {% empty %} - Sorry no emails could be found for your search. + Sorry no emails could be found for this month. {% endfor %} {% include "paginator.html" %} |
