]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The new Dusk index.css was missing from the checkin of bug 475063 because it was...
authormkanat%bugzilla.org <>
Thu, 12 Feb 2009 02:17:55 +0000 (02:17 +0000)
committermkanat%bugzilla.org <>
Thu, 12 Feb 2009 02:17:55 +0000 (02:17 +0000)
skins/contrib/Dusk/.cvsignore
skins/contrib/Dusk/index.css [new file with mode: 0644]

index 8e2561a25294f97a7231284d42fc6ae55f8ddf9a..f1761a0046976388cc5e3017e74c730d604f1184 100644 (file)
@@ -6,7 +6,6 @@ dependency-tree.css
 duplicates.css
 editusers.css
 help.css
-index.css
 panel.css
 params.css
 release-notes.css
diff --git a/skins/contrib/Dusk/index.css b/skins/contrib/Dusk/index.css
new file mode 100644 (file)
index 0000000..a5cb29b
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * Custom rules for index.css.
+ * The rules you put here override rules in that stylesheet.
+ */
+    
+    div#page-index .outro 
+    {
+        clear:both;
+    }
+
+    #enter_bug 
+    {
+        background: url(index/bug.gif) no-repeat;
+    }
+    
+    #query
+    {
+        background: url(index/search.gif) no-repeat;
+    }
+    
+    #account
+    {
+        background: url(index/account.gif) no-repeat;
+    }
+