diff options
author | mkanat%bugzilla.org <> | 2009-02-12 03:17:55 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-12 03:17:55 +0100 |
commit | d685f1ec9c2ba33568e94e20bc423e8e63cb4091 (patch) | |
tree | ab6ed5e30e256d89c592a9c20ca28b14e24e12bd /skins/contrib/Dusk | |
parent | 2441e7645c7429ec45b36be2252e332b696dcc78 (diff) | |
download | bugzilla-d685f1ec9c2ba33568e94e20bc423e8e63cb4091.tar.gz bugzilla-d685f1ec9c2ba33568e94e20bc423e8e63cb4091.tar.xz |
The new Dusk index.css was missing from the checkin of bug 475063 because it was still listed in .cvsignore.
Diffstat (limited to 'skins/contrib/Dusk')
-rw-r--r-- | skins/contrib/Dusk/.cvsignore | 1 | ||||
-rw-r--r-- | skins/contrib/Dusk/index.css | 25 |
2 files changed, 25 insertions, 1 deletions
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; + } + |