From: mkanat%bugzilla.org <> Date: Thu, 12 Feb 2009 02:17:55 +0000 (+0000) Subject: The new Dusk index.css was missing from the checkin of bug 475063 because it was... X-Git-Tag: bugzilla-3.3.4~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d685f1ec9c2ba33568e94e20bc423e8e63cb4091;p=thirdparty%2Fbugzilla.git The new Dusk index.css was missing from the checkin of bug 475063 because it was still listed in .cvsignore. --- diff --git a/skins/contrib/Dusk/.cvsignore b/skins/contrib/Dusk/.cvsignore index 8e2561a252..f1761a0046 100644 --- a/skins/contrib/Dusk/.cvsignore +++ b/skins/contrib/Dusk/.cvsignore @@ -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 index 0000000000..a5cb29b1ca --- /dev/null +++ b/skins/contrib/Dusk/index.css @@ -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; + } +