Standardize sidebars
[phorkie.git] / data / templates / list.htm
index aee3100bf49e417b26eb77d61f52465a7c974fc9..70e2fee096f1751522a3dec49b7dbede5caff54e 100644 (file)
@@ -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 %}