diff --git a/mozilla/webtools/uninstall_survey/webroot/css/rustico/template.css b/mozilla/webtools/uninstall_survey/webroot/css/rustico/template.css index 59fa94e755e..58c97ee0f8e 100644 --- a/mozilla/webtools/uninstall_survey/webroot/css/rustico/template.css +++ b/mozilla/webtools/uninstall_survey/webroot/css/rustico/template.css @@ -36,7 +36,7 @@ img { border: 0; } height: 38px; position: relative; border-bottom: 1px solid #A1A6B1; - background: #33415D url("/images/template/header-background.png") top repeat-x; + background: #33415D url("../../img/header-background.png") top repeat-x; z-index: 1; } @@ -87,7 +87,7 @@ img { border: 0; } /* breadcrumbs */ #breadcrumbs { - background: #F7F8F8 url("/images/template/breadcrumbs-background.png") bottom repeat-x; + background: #F7F8F8 url("../../img/breadcrumbs-background.png") bottom repeat-x; padding-top: 4px; padding-bottom: 30px; font-size: 85%; diff --git a/mozilla/webtools/uninstall_survey/webroot/img/breadcrumbs-background.png b/mozilla/webtools/uninstall_survey/webroot/img/breadcrumbs-background.png new file mode 100644 index 00000000000..e5ab6ac97c6 Binary files /dev/null and b/mozilla/webtools/uninstall_survey/webroot/img/breadcrumbs-background.png differ diff --git a/mozilla/webtools/uninstall_survey/webroot/img/header-background.png b/mozilla/webtools/uninstall_survey/webroot/img/header-background.png new file mode 100644 index 00000000000..4327861bb68 Binary files /dev/null and b/mozilla/webtools/uninstall_survey/webroot/img/header-background.png differ