Bläddra i källkod

Change div size of archives page

This new style should use as much space as available

Update #59
Talha Mansoor 11 år sedan
förälder
incheckning
e6e6714ce8
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      templates/archives.html

+ 3 - 3
templates/archives.html

@@ -16,8 +16,8 @@ Full archives of {{ SITENAME|striptags }} blog.
     </header>
 </div>
 <div class="row-fluid">
-    <div class="span8 offset2">
-        <ul class="list-all-articles">
+    <div class="span10 offset2">
+        <div class="blog-archives">
             {% set last_year = 0 %}
             {% for article in dates %}
             {% set year = article.date.strftime('%Y') %}
@@ -34,7 +34,7 @@ Full archives of {{ SITENAME|striptags }} blog.
                 </footer>
             </article>    
             {% endfor %}
-        </ul>
+        </div>
     </div>
 </div>