Commit d685f1ec authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

The new Dusk index.css was missing from the checkin of bug 475063 because it was…

The new Dusk index.css was missing from the checkin of bug 475063 because it was still listed in .cvsignore.
parent 2441e764
...@@ -6,7 +6,6 @@ dependency-tree.css ...@@ -6,7 +6,6 @@ dependency-tree.css
duplicates.css duplicates.css
editusers.css editusers.css
help.css help.css
index.css
panel.css panel.css
params.css params.css
release-notes.css release-notes.css
......
/*
* 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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment