From 3bddfc41659ed76c3bb0441c840168afdab3d389 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 23 Jan 2025 10:07:35 -0500 Subject: [PATCH] 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 @@ Proposal for Logging Library Package - +

Proposal for Logging Package

diff --git a/STATUS.html b/STATUS.html index 2726ce1..953223d 100644 --- a/STATUS.html +++ b/STATUS.html @@ -21,7 +21,7 @@ Status File for Apache Commons "Logging" Component - +
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 @@ Overview Documentation for COMMONS-LOGGING - +

The Logging Wrapper Library 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