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:
parent
3b3729b25e
commit
d78ea735b0
|
@ -0,0 +1,5 @@
|
|||
#banner, #banner td {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue