svn commit: r1928386 - apr/site/trunk/docs
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dsahlberg
Date: Fri Sep 12 22:36:32 2025
New Revision: 1928386
Log:
In site/trunk:
Some more html-validation
* projects.html
* style.css
Modified:
apr/site/trunk/docs/projects.html
apr/site/trunk/docs/style.css
Modified: apr/site/trunk/docs/projects.html
==============================================================================
--- apr/site/trunk/docs/projects.html Fri Sep 12 22:31:35 2025 (r1928385)
+++ apr/site/trunk/docs/projects.html Fri Sep 12 22:36:32 2025 (r1928386)
@@ -7,7 +7,7 @@
<title>Projects Using the Apache Portable Runtime - The Apache Portable Runtime Project</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
- <body bgcolor="#ffffff" text="#000000">
+ <body>
<div id="logo"><a href="/"><img src="./images/apr_logo_wide.png" alt="The Apache Portable Runtime Project"></a></div>
<div id="page">
<!-- LEFT SIDE NAVIGATION -->
@@ -97,13 +97,13 @@ name and a URL to get added to this list
</div>
<!-- FOOTER -->
- <div align="center">
- <hr noshade="noshade" size="1">
- <p><font size="-1">
+ <div id="footer">
+ <hr>
+ <p>
<em>Copyright © 2008-2021, The Apache Software Foundation</em>
<br>
<em>Apache Portable Runtime, Apache, and the Apache logo are trademarks of The Apache Software Foundation.</em>
- </font></p>
+ </p>
</div>
</body>
</html>
Modified: apr/site/trunk/docs/style.css
==============================================================================
--- apr/site/trunk/docs/style.css Fri Sep 12 22:31:35 2025 (r1928385)
+++ apr/site/trunk/docs/style.css Fri Sep 12 22:36:32 2025 (r1928386)
@@ -15,6 +15,10 @@ a {
margin-top: 10px;
margin-left: 15.1em;
}
+#footer {
+ text-align: center;
+ font-size: small;
+}
h1 {
background: #525D76;
color: #ffffff;