From 97ac722b248640e9d10053fecb9e2eb9354f5378 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 5 Mar 2016 12:42:27 +0100 Subject: [PATCH] Accessibility navigation improvement --- lib/inlineattachmentlist.php | 2 +- theme/base/css/display.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index 40ec114ad8..8b055a9cfc 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -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(); } diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 73c95c277a..8f059faadb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1476,7 +1476,7 @@ margin-left:0; margin-left: 56px; } -.notice > footer > h3 { +.notice > footer .attachments-title { margin-bottom: 0; margin-top: 1em; }