Collections now contains a project.css that overrides banner and set banner's background to white.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy O'Brien 2004-01-14 03:30:51 +00:00
parent 3b3729b25e
commit d78ea735b0
1 changed files with 5 additions and 0 deletions

5
xdocs/style/project.css Normal file
View File

@ -0,0 +1,5 @@
#banner, #banner td {
background: #fff;
color: #000;
}