This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 4bb08ab0a Remove background color from site page
4bb08ab0a is described below
commit 4bb08ab0aeb3ecf99eadce689a34ffad4bf2a269
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:03:41 2025 -0500
Remove background color from site page
---
DEVELOPERS-GUIDE.html | 2 +-
PROPOSAL.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DEVELOPERS-GUIDE.html b/DEVELOPERS-GUIDE.html
index d65f2e030..678c93a27 100644
--- a/DEVELOPERS-GUIDE.html
+++ b/DEVELOPERS-GUIDE.html
@@ -18,7 +18,7 @@
<head>
<title>Developers guide for Apache Commons "Collections" Package</title>
</head>
-<body bgcolor="white">
+<body>
<div align="center">
diff --git a/PROPOSAL.html b/PROPOSAL.html
index 2f10130ad..4b72f86e4 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -18,7 +18,7 @@
<head>
<title>Proposal for Collections Package</title>
</head>
-<body bgcolor="white">
+<body>
<div align="center">
<h1>Proposal for <em>Collections</em> Package</h1>