Standardize sidebars
[phorkie.git] / data / templates / new.htm
index 0f6971961ed8afb5fef589c7fd3c6cd7ce9364ba..4a748bff1ff8372b743c58f4374cecd9bf3e6747 100644 (file)
@@ -38,8 +38,8 @@ $(document).ready(function() {
 
 {% 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 %}