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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bddfc4  Remove background color from site pages
3bddfc4 is described below

commit 3bddfc41659ed76c3bb0441c840168afdab3d389
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:07:35 2025 -0500

    Remove background color from site pages
---
 PROPOSAL.html                  | 2 +-
 STATUS.html                    | 2 +-
 src/main/javadoc/overview.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PROPOSAL.html b/PROPOSAL.html
index 395071e..625a977 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -21,7 +21,7 @@
 <head>
 <title>Proposal for Logging Library Package</title>
 </head>
-<body bgcolor="white">
+<body>
 
 <div align="center">
 <h1>Proposal for <em>Logging</em> Package</h1>
diff --git a/STATUS.html b/STATUS.html
index 2726ce1..953223d 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -21,7 +21,7 @@
 <head>
 <title>Status File for Apache Commons "Logging" Component</title>
 <head>
-<body bgcolor="white">
+<body>
 
 
 <div align="center">
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 4fc581b..afafc63 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -21,7 +21,7 @@
 <head>
 <title>Overview Documentation for COMMONS-LOGGING</title>
 </head>
-<body bgcolor="white">
+<body>
 <p>The <em>Logging Wrapper Library</em> component of the Apache Commons
 subproject offers wrappers around an extensible set of concrete logging
 implementations, so that application code based on it does not need to be

Reply via email to