Accessibility navigation improvement

This commit is contained in:
Mikael Nordfeldth 2016-03-05 12:42:27 +01:00
parent 7ca0ff9a19
commit 97ac722b24
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class InlineAttachmentList extends AttachmentList
{
function showListStart()
{
$this->out->element('h3', 'attachments-title', _('Attachments'));
$this->out->element('h4', 'attachments-title', _('Attachments'));
parent::showListStart();
}

View File

@ -1476,7 +1476,7 @@ margin-left:0;
margin-left: 56px;
}
.notice > footer > h3 {
.notice > footer .attachments-title {
margin-bottom: 0;
margin-top: 1em;
}