From d78ea735b059020293ce5244ff6b244472bc3524 Mon Sep 17 00:00:00 2001 From: Timothy O'Brien Date: Wed, 14 Jan 2004 03:30:51 +0000 Subject: [PATCH] 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 --- xdocs/style/project.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xdocs/style/project.css diff --git a/xdocs/style/project.css b/xdocs/style/project.css new file mode 100644 index 000000000..031480ce8 --- /dev/null +++ b/xdocs/style/project.css @@ -0,0 +1,5 @@ +#banner, #banner td { + background: #fff; + color: #000; +} +