From 7c60bb11f56d323ea1e9ee3662786931f4d8318b Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 5 Feb 2018 00:08:42 -0500 Subject: Remove extra branding --- .../branding/nightly/content/about-background.png | Bin 162094 -> 0 bytes browser/branding/nightly/content/about-logo.png | Bin 44476 -> 0 bytes browser/branding/nightly/content/about-logo@2x.png | Bin 130345 -> 0 bytes .../branding/nightly/content/about-wordmark.svg | 36 - browser/branding/nightly/content/about.png | Bin 85792 -> 0 bytes browser/branding/nightly/content/aboutDialog.css | 29 - browser/branding/nightly/content/icon48.png | Bin 3937 -> 0 bytes browser/branding/nightly/content/icon64.png | Bin 5981 -> 0 bytes .../nightly/content/identity-icons-brand.svg | 7 - browser/branding/nightly/content/jar.mn | 19 - browser/branding/nightly/content/moz.build | 7 - browser/branding/nightly/content/silhouette-40.svg | 1360 -------------------- 12 files changed, 1458 deletions(-) delete mode 100644 browser/branding/nightly/content/about-background.png delete mode 100644 browser/branding/nightly/content/about-logo.png delete mode 100644 browser/branding/nightly/content/about-logo@2x.png delete mode 100644 browser/branding/nightly/content/about-wordmark.svg delete mode 100644 browser/branding/nightly/content/about.png delete mode 100644 browser/branding/nightly/content/aboutDialog.css delete mode 100644 browser/branding/nightly/content/icon48.png delete mode 100644 browser/branding/nightly/content/icon64.png delete mode 100644 browser/branding/nightly/content/identity-icons-brand.svg delete mode 100644 browser/branding/nightly/content/jar.mn delete mode 100644 browser/branding/nightly/content/moz.build delete mode 100644 browser/branding/nightly/content/silhouette-40.svg (limited to 'browser/branding/nightly/content') diff --git a/browser/branding/nightly/content/about-background.png b/browser/branding/nightly/content/about-background.png deleted file mode 100644 index b572ab237..000000000 Binary files a/browser/branding/nightly/content/about-background.png and /dev/null differ diff --git a/browser/branding/nightly/content/about-logo.png b/browser/branding/nightly/content/about-logo.png deleted file mode 100644 index cd985a92f..000000000 Binary files a/browser/branding/nightly/content/about-logo.png and /dev/null differ diff --git a/browser/branding/nightly/content/about-logo@2x.png b/browser/branding/nightly/content/about-logo@2x.png deleted file mode 100644 index fb12dfbd7..000000000 Binary files a/browser/branding/nightly/content/about-logo@2x.png and /dev/null differ diff --git a/browser/branding/nightly/content/about-wordmark.svg b/browser/branding/nightly/content/about-wordmark.svg deleted file mode 100644 index 6f71130b4..000000000 --- a/browser/branding/nightly/content/about-wordmark.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/browser/branding/nightly/content/about.png b/browser/branding/nightly/content/about.png deleted file mode 100644 index 5917b1e11..000000000 Binary files a/browser/branding/nightly/content/about.png and /dev/null differ diff --git a/browser/branding/nightly/content/aboutDialog.css b/browser/branding/nightly/content/aboutDialog.css deleted file mode 100644 index f0df8b1aa..000000000 --- a/browser/branding/nightly/content/aboutDialog.css +++ /dev/null @@ -1,29 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#aboutDialogContainer { - background-image: url("chrome://branding/content/about-background.png"); - background-repeat: no-repeat; - background-color: rgb(10,17,37); - color: #fff; -} - -.text-link { - color: #fff !important; - text-decoration: underline; -} - -.text-link:-moz-focusring { - border-color: #fff; -} - -#rightBox { - /* this margin prevents text from overlapping the planet image */ - margin-left: 280px; - margin-right: 20px; -} - -#bottomBox { - background-color: rgba(0,0,0,.7); -} diff --git a/browser/branding/nightly/content/icon48.png b/browser/branding/nightly/content/icon48.png deleted file mode 100644 index 88a307340..000000000 Binary files a/browser/branding/nightly/content/icon48.png and /dev/null differ diff --git a/browser/branding/nightly/content/icon64.png b/browser/branding/nightly/content/icon64.png deleted file mode 100644 index 2eab258cb..000000000 Binary files a/browser/branding/nightly/content/icon64.png and /dev/null differ diff --git a/browser/branding/nightly/content/identity-icons-brand.svg b/browser/branding/nightly/content/identity-icons-brand.svg deleted file mode 100644 index 6c33113e5..000000000 --- a/browser/branding/nightly/content/identity-icons-brand.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/browser/branding/nightly/content/jar.mn b/browser/branding/nightly/content/jar.mn deleted file mode 100644 index 140359a19..000000000 --- a/browser/branding/nightly/content/jar.mn +++ /dev/null @@ -1,19 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -browser.jar: -% content branding %content/branding/ contentaccessible=yes - content/branding/about.png - content/branding/about-background.png - content/branding/about-logo.png - content/branding/about-logo@2x.png - content/branding/about-wordmark.svg - content/branding/icon48.png - content/branding/icon64.png - content/branding/icon16.png (../default16.png) - content/branding/icon32.png (../default32.png) - content/branding/icon128.png (../mozicon128.png) - content/branding/identity-icons-brand.svg - content/branding/silhouette-40.svg - content/branding/aboutDialog.css diff --git a/browser/branding/nightly/content/moz.build b/browser/branding/nightly/content/moz.build deleted file mode 100644 index eb4454d28..000000000 --- a/browser/branding/nightly/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/browser/branding/nightly/content/silhouette-40.svg b/browser/branding/nightly/content/silhouette-40.svg deleted file mode 100644 index bef723b59..000000000 --- a/browser/branding/nightly/content/silhouette-40.svg +++ /dev/null @@ -1,1360 +0,0 @@ - - - - - -- cgit v1.2.3