From d685f1ec9c2ba33568e94e20bc423e8e63cb4091 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 02:17:55 +0000 Subject: The new Dusk index.css was missing from the checkin of bug 475063 because it was still listed in .cvsignore. --- skins/contrib/Dusk/.cvsignore | 1 - skins/contrib/Dusk/index.css | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 skins/contrib/Dusk/index.css (limited to 'skins') diff --git a/skins/contrib/Dusk/.cvsignore b/skins/contrib/Dusk/.cvsignore index 8e2561a25..f1761a004 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 000000000..a5cb29b1c --- /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; + } + -- cgit v1.2.3-24-g4f1b