Remove duplicate HTML ID

This commit is contained in:
Emmanuel BALLERY 2014-04-24 23:00:13 +02:00
parent f2b606fc23
commit 7150ac17de
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ table tbody tr td {
font-size: 0.9em; font-size: 0.9em;
} }
#section { .section {
border: 1px solid #ddd; border: 1px solid #ddd;
background: #f8f8f8; background: #f8f8f8;
padding: 5px 20px; padding: 5px 20px;

View File

@ -3,7 +3,7 @@
{% block content %} {% block content %}
{% for section, sections in resources %} {% for section, sections in resources %}
{% if section != '_others' %} {% if section != '_others' %}
<li id="section"> <li class="section">
<h1>{{ section }}</h1> <h1>{{ section }}</h1>
<ul> <ul>
{% endif %} {% endif %}