svn commit: r1928556 - in apr/site/branches/new-logo: docs docs/coverage xdocs/stylesheets

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175812109490.3054041.14916945641249750812@svn02-us-east.apache.org>
Author: brane
Date: Wed Sep 17 14:58:14 2025
New Revision: 1928556

Log:
On the new-logo branch, constrain the top anchor to only the logo,
not the whole page header.

Modified:
   apr/site/branches/new-logo/docs/anonsvn.html
   apr/site/branches/new-logo/docs/compiling_unix.html
   apr/site/branches/new-logo/docs/compiling_win32.html
   apr/site/branches/new-logo/docs/coverage/index.html
   apr/site/branches/new-logo/docs/download.html
   apr/site/branches/new-logo/docs/guidelines.html
   apr/site/branches/new-logo/docs/index.html
   apr/site/branches/new-logo/docs/mailing-lists.html
   apr/site/branches/new-logo/docs/patches.html
   apr/site/branches/new-logo/docs/projects.html
   apr/site/branches/new-logo/docs/security_report.html
   apr/site/branches/new-logo/docs/style.css
   apr/site/branches/new-logo/docs/versioning.html
   apr/site/branches/new-logo/xdocs/stylesheets/site.vsl

Modified: apr/site/branches/new-logo/docs/anonsvn.html
==============================================================================
--- apr/site/branches/new-logo/docs/anonsvn.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/anonsvn.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/compiling_unix.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_unix.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/compiling_unix.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/compiling_win32.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_win32.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/compiling_win32.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/coverage/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/coverage/index.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/coverage/index.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/download.html
==============================================================================
--- apr/site/branches/new-logo/docs/download.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/download.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/guidelines.html
==============================================================================
--- apr/site/branches/new-logo/docs/guidelines.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/guidelines.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/index.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/index.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/mailing-lists.html
==============================================================================
--- apr/site/branches/new-logo/docs/mailing-lists.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/mailing-lists.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/patches.html
==============================================================================
--- apr/site/branches/new-logo/docs/patches.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/patches.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/projects.html
==============================================================================
--- apr/site/branches/new-logo/docs/projects.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/projects.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/security_report.html
==============================================================================
--- apr/site/branches/new-logo/docs/security_report.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/security_report.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/docs/style.css
==============================================================================
--- apr/site/branches/new-logo/docs/style.css	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/style.css	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -99,7 +99,7 @@ td.mlh {
   width: 100%;
   margin-top: var(--apr-logo-space);
   margin-bottom: var(--apr-logo-space);
-  >img {
+  >a {
     position: relative;
     left: var(--apr-logo-left);
     top: calc(-1 * var(--apr-logo-bar-height));

Modified: apr/site/branches/new-logo/docs/versioning.html
==============================================================================
--- apr/site/branches/new-logo/docs/versioning.html	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/docs/versioning.html	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -13,14 +13,12 @@
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">

Modified: apr/site/branches/new-logo/xdocs/stylesheets/site.vsl
==============================================================================
--- apr/site/branches/new-logo/xdocs/stylesheets/site.vsl	Wed Sep 17 14:46:58 2025	(r1928555)
+++ apr/site/branches/new-logo/xdocs/stylesheets/site.vsl	Wed Sep 17 14:58:14 2025	(r1928556)
@@ -101,14 +101,12 @@ href="$title.getAttributeValue("href")">
   <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
-<a href="/">
   <div id="logo">
     <div>&nbsp;</div>
-    <img height=100% width="auto"
-         src="/images/apr-logo-site-inprogress.svg"
-         alt="The Apache Portable Runtime Project">
+    <a href="/"><img height=100% width="auto"
+                     src="/images/apr-logo-site-inprogress.svg"
+                     alt="The Apache Portable Runtime Project"></a>
   </div>
-</a>
   <div id="page">
    <!-- LEFT SIDE NAVIGATION -->
    <div id="site-nav">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.