From d1577fa0afc1dff7729c201879127d1c3609c0c7 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 7 Nov 2011 15:16:03 -0500 Subject: Bug 691672 - Apply the background color for security bugs to attachment details pages for those bugs as well r=glob --- template/en/default/bug/show-header.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 54570911d..b84b9972c 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -48,7 +48,8 @@ [% javascript FILTER none %] [% END %] [% END %] -[% style_urls = [ "skins/standard/show_bug.css" ] %] +[% style_urls = [ "skins/standard/show_bug.css", + "skins/standard/bug_groups.css" ] %] [% doc_section = "bug_page.html" %] [% bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", -- cgit v1.2.3-24-g4f1b