update both themes for the changes in the Mozilla 18 cycle
[themes.git] / EarlyBlue / global / TopLevelImageDocument.css
diff --git a/EarlyBlue/global/TopLevelImageDocument.css b/EarlyBlue/global/TopLevelImageDocument.css
deleted file mode 100644 (file)
index aef3a45..0000000
+++ /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/. */
-
-@media not print {
-  body {
-    color: #FFFFFF;
-    background-color: #222;
-  }
-
-  img.decoded {
-    background-color: #fff;
-    color: #222;
-  }
-}