toodego: a11y, move pilot collectivities title out of hierarchy (#34674)

This commit is contained in:
Frédéric Péters 2019-07-10 18:32:39 +02:00
parent 0709780110
commit d2d946cc4d
2 changed files with 3 additions and 2 deletions

View File

@ -584,7 +584,8 @@ div#nav span.badge::after {
@media screen and (max-width: $desktop-limit) {
text-align: center;
}
h4 {
strong {
display: block;
margin: 0;
text-transform: uppercase;
font-weight: normal;

View File

@ -31,7 +31,7 @@ data-map-controls-position="bottomright"
{% block footer-top %}
<div id="prefooter-wrapper">
<div id="prefooter">
<h4>Communes pilotes</h4>
<strong>Communes pilotes</strong>
<ul>
{% for commune in communes_pilotes %}
<li><a target="_blank" title="{{commune.name}} (ouverture dans une nouvelle fenêtre)" rel="noopener" href="{{ commune.url }}">{{ commune.name }}</a></li>