Skip to content
Snippets Groups Projects
Commit bcf8a6fb authored by Brian Canini's avatar Brian Canini
Browse files

accessibility updates

- carousel updates
- mobile header image id update
parent dab7810a
No related merge requests found
......@@ -36,7 +36,7 @@
* @see template_preprocess_field()
*/
#}
<div id="carousel" class="carousel slide" data-ride="false" data-interval="0" style="width: 100%">
<div id="carousel" class="carousel slide" data-ride="false" data-interval="0" style="width: 100%" aria-roledescription="carousel" role="group">
<!-- Indicators -->
{% if items|length > 1 %}
<ol class="carousel-indicators">
......
......@@ -48,7 +48,7 @@
{% endif %}
</a>
<a href="/" class="dep-logo">
<img alt="{{ site_name }}" title="{{ site_name }}" src="/sites/default/files/logos/department-logo-mobile.svg" id="dep-logo-img" />
<img alt="{{ site_name }}" title="{{ site_name }}" src="/sites/default/files/logos/department-logo-mobile.svg" id="dep-logo-img-mobile" />
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment