change dropdown button to <a> from <div> so that it is tabbable
authorRodney Ewing <ewing.rj@gmail.com>
Fri, 9 Aug 2013 18:38:55 +0000 (11:38 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 9 Aug 2013 18:38:55 +0000 (11:38 -0700)
mediagoblin/templates/mediagoblin/base.html

index 1fc4467cf0e9aa3aeaecd7462c40932eb18201bc..bbc7735176ab9f679682ea80cb943aec83027344 100644 (file)
@@ -65,8 +65,8 @@
                 <a href="#notifications" class="notification-gem button_action" title="Notifications">
                 {{ notification_count }}</a>
                 {% endif %}
-                <div class="button_action header_dropdown_down">&#9660;</div>
-                <div class="button_action header_dropdown_up">&#9650;</div>
+                <a href="#header" class="button_action header_dropdown_down">&#9660;</a>
+                <a href="#no_header" class="button_action header_dropdown_up">&#9650;</a>
               {% elif request.user and request.user.status == "needs_email_verification" %}
               {# the following link should only appear when verification is needed #}
                 <a href="{{ request.urlgen('mediagoblin.user_pages.user_home',