From e843ae2a6b0bf8ede1b3bca296a397e07501c26a Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 22 Oct 2004 02:02:28 +0000 Subject: Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave --- template/en/default/list/list-simple.html.tmpl | 2 +- template/en/default/list/list.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index 27271ac5b..c7cd2a490 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -41,7 +41,7 @@ [% title %] - + diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 80348906f..48759ceb7 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -36,7 +36,7 @@ [% title = title _ ": " _ searchname %] [% END %] -[% style_urls = [ "css/buglist.css" ] %] +[% style_urls = [ "skins/standard/buglist.css" ] %] [% qorder = order FILTER url_quote IF order %] [% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %] -- cgit v1.2.3-24-g4f1b