1
0

Remove background color from site pages

This commit is contained in:
Gary Gregory
2025-01-23 10:07:35 -05:00
parent 26e7dc2ebf
commit 3bddfc4165
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<head> <head>
<title>Proposal for Logging Library Package</title> <title>Proposal for Logging Library Package</title>
</head> </head>
<body bgcolor="white"> <body>
<div align="center"> <div align="center">
<h1>Proposal for <em>Logging</em> Package</h1> <h1>Proposal for <em>Logging</em> Package</h1>

View File

@@ -21,7 +21,7 @@
<head> <head>
<title>Status File for Apache Commons "Logging" Component</title> <title>Status File for Apache Commons "Logging" Component</title>
<head> <head>
<body bgcolor="white"> <body>
<div align="center"> <div align="center">

View File

@@ -21,7 +21,7 @@
<head> <head>
<title>Overview Documentation for COMMONS-LOGGING</title> <title>Overview Documentation for COMMONS-LOGGING</title>
</head> </head>
<body bgcolor="white"> <body>
<p>The <em>Logging Wrapper Library</em> component of the Apache Commons <p>The <em>Logging Wrapper Library</em> component of the Apache Commons
subproject offers wrappers around an extensible set of concrete logging subproject offers wrappers around an extensible set of concrete logging
implementations, so that application code based on it does not need to be implementations, so that application code based on it does not need to be