[bugzilla-gnome-org-customizations/production] Copy index page CSS for icons so they actually get picked up



commit 216a0fe7922d04c5be47fb812042a241ea6e613e
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri Feb 13 22:30:12 2015 +0100

    Copy index page CSS for icons so they actually get picked up
    
    Bug 744236

 skins/contrib/Gnome/index.css |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/skins/contrib/Gnome/index.css b/skins/contrib/Gnome/index.css
new file mode 100644
index 0000000..15a8164
--- /dev/null
+++ b/skins/contrib/Gnome/index.css
@@ -0,0 +1,16 @@
+/* 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/.
+ *
+ * This Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0.
+ */
+
+    /* 1:1 copy from standard skin so BZ picks up custom frontpage images - bug 744236 */
+    #enter_bug { background: url(index/file-a-bug.png)     no-repeat; }
+    #query     { background: url(index/search.png)  no-repeat; }
+    #account   { 
+      background: url(index/new-account.png) no-repeat; 
+      margin-right: 0;
+    }
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]