aboutsummaryrefslogtreecommitdiff
path: root/data/templates/list.htm
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-10-06 22:58:34 -0400
committerChristian Weiske <cweiske@cweiske.de>2012-10-24 15:00:12 +0200
commitb0ef26132629cfb7334fbbf7c1040761fdea305f (patch)
tree8a075a9d72f90621aee9aed5fbefb80cc61ba8ac /data/templates/list.htm
parente83f9aa55257edcc55bab996464a89b66805a346 (diff)
downloadphorkie-b0ef26132629cfb7334fbbf7c1040761fdea305f.tar.gz
phorkie-b0ef26132629cfb7334fbbf7c1040761fdea305f.zip
Standardize sidebars
Diffstat (limited to 'data/templates/list.htm')
-rw-r--r--data/templates/list.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/list.htm b/data/templates/list.htm
index aee3100..70e2fee 100644
--- a/data/templates/list.htm
+++ b/data/templates/list.htm
@@ -14,8 +14,8 @@
{% block sidebar %}
{% if recents.results %}
- <h3>Recently updated</h3>
- <ul>
+ <h4>Recently updated</h4>
+ <ul class="unstyled">
{% for repo in recents.repos %}
{% include 'repo-sidebar-list.htm' %}
{% endfor %}