From ccb310430fe17aac34b323317f273541f27fd0c3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 9 Jan 2017 21:54:25 +0000 Subject: [PATCH] Bug 1280388 - [a11y] Make the bug summary a heading level 1 --- .../BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- extensions/BugModal/web/bug_modal.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 390ba8f5b..16550ae36 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -186,7 +186,7 @@ no_label = 1 hide_on_edit = 1 %] -
[% bug.short_desc FILTER quoteUrls(bug) %]
+

[% bug.short_desc FILTER quoteUrls(bug) %]

[% END %] [%# alias %] diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 2c935f84b..0a14975cb 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -252,6 +252,7 @@ input[type="number"] { } #field-value-short_desc { + margin: 0; font-weight: bold; font-size: 120%; } -- 2.47.3