summaryrefslogtreecommitdiffstats
path: root/branding/unofficial/content
diff options
context:
space:
mode:
Diffstat (limited to 'branding/unofficial/content')
-rw-r--r--branding/unofficial/content/about-background.pngbin95145 -> 0 bytes
-rw-r--r--branding/unofficial/content/about-logo.pngbin15708 -> 0 bytes
-rw-r--r--branding/unofficial/content/about-logo@2x.pngbin49779 -> 0 bytes
-rw-r--r--branding/unofficial/content/about.pngbin13027 -> 0 bytes
-rw-r--r--branding/unofficial/content/aboutDialog.css19
-rw-r--r--branding/unofficial/content/icon48.pngbin2145 -> 0 bytes
-rw-r--r--branding/unofficial/content/icon64.pngbin3025 -> 0 bytes
-rw-r--r--branding/unofficial/content/jar.mn15
-rw-r--r--branding/unofficial/content/moz.build7
9 files changed, 0 insertions, 41 deletions
diff --git a/branding/unofficial/content/about-background.png b/branding/unofficial/content/about-background.png
deleted file mode 100644
index c034041..0000000
--- a/branding/unofficial/content/about-background.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/about-logo.png b/branding/unofficial/content/about-logo.png
deleted file mode 100644
index 4c05766..0000000
--- a/branding/unofficial/content/about-logo.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/about-logo@2x.png b/branding/unofficial/content/about-logo@2x.png
deleted file mode 100644
index db6b4d8..0000000
--- a/branding/unofficial/content/about-logo@2x.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/about.png b/branding/unofficial/content/about.png
deleted file mode 100644
index 7457f5e..0000000
--- a/branding/unofficial/content/about.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/aboutDialog.css b/branding/unofficial/content/aboutDialog.css
deleted file mode 100644
index 5cc6b42..0000000
--- a/branding/unofficial/content/aboutDialog.css
+++ /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/. */
-
-#aboutPMDialogContainer {
- background-image: url("chrome://branding/content/about-background.png");
- background-repeat: no-repeat;
- background-color: #000;
- color: #fff;
-}
-
-#aboutVersionBox {
- /* No wordmark: leave empty space */
- margin-top: 20px;
-}
-
-#aboutLinkBox {
- padding: 15px 10px 20px;
-}
diff --git a/branding/unofficial/content/icon48.png b/branding/unofficial/content/icon48.png
deleted file mode 100644
index 46b752d..0000000
--- a/branding/unofficial/content/icon48.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/icon64.png b/branding/unofficial/content/icon64.png
deleted file mode 100644
index 23aabb4..0000000
--- a/branding/unofficial/content/icon64.png
+++ /dev/null
Binary files differ
diff --git a/branding/unofficial/content/jar.mn b/branding/unofficial/content/jar.mn
deleted file mode 100644
index 3536957..0000000
--- a/branding/unofficial/content/jar.mn
+++ /dev/null
@@ -1,15 +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 (about.png)
- content/branding/about-background.png (about-background.png)
- content/branding/about-logo.png (about-logo.png)
- content/branding/about-logo@2x.png (about-logo@2x.png)
- content/branding/icon48.png (icon48.png)
- content/branding/icon64.png (icon64.png)
- content/branding/icon16.png (../default16.png)
- content/branding/icon32.png (../default32.png)
- content/branding/aboutDialog.css (aboutDialog.css)
diff --git a/branding/unofficial/content/moz.build b/branding/unofficial/content/moz.build
deleted file mode 100644
index c97072b..0000000
--- a/branding/unofficial/content/moz.build
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; 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