]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Accessibility navigation improvement
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 5 Mar 2016 11:42:27 +0000 (12:42 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 5 Mar 2016 11:42:53 +0000 (12:42 +0100)
lib/inlineattachmentlist.php
theme/base/css/display.css

index 40ec114ad82eb024862d5acf08f13dd5c8161521..8b055a9cfc3244e737c4f2dbbbcf768b3d1b2fdf 100644 (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();
     }
 
index 73c95c277a42c66864874ff8f5de536e74c04b3e..8f059faadb7d545efc9f39ab177bdcdfe0f5b0eb 100644 (file)
@@ -1476,7 +1476,7 @@ margin-left:0;
     margin-left: 56px;
 }
 
-.notice > footer > h3 {
+.notice > footer .attachments-title {
     margin-bottom: 0;
     margin-top: 1em;
 }