svn commit: r1928557 - in apr/site/branches/new-logo/docs: . coverage
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175812204631.3059926.9933263106941410595@svn02-us-east.apache.org> |
Author: brane
Date: Wed Sep 17 15:14:06 2025
New Revision: 1928557
Log:
On the new logo branch, make tables stand out a bit less.
Modified:
apr/site/branches/new-logo/docs/coverage/index.html
apr/site/branches/new-logo/docs/style.css
Modified: apr/site/branches/new-logo/docs/coverage/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/coverage/index.html Wed Sep 17 14:58:14 2025 (r1928556)
+++ apr/site/branches/new-logo/docs/coverage/index.html Wed Sep 17 15:14:06 2025 (r1928557)
@@ -89,7 +89,7 @@ code. To generate this data, do the fol
</ul>
<p>Note that this will only generate test coverage data for the testall script,
but all tests should be moving to the unified framework, so this is correct.</p>
-<p>Manually restore the SSI include directive <!--#include virtual="/coverage/coverage.part.html"--> before committing!</p>
+<!--#include virtual="/coverage/coverage.part.html" -->
</blockquote>
</div>
</div>
Modified: apr/site/branches/new-logo/docs/style.css
==============================================================================
--- apr/site/branches/new-logo/docs/style.css Wed Sep 17 14:58:14 2025 (r1928556)
+++ apr/site/branches/new-logo/docs/style.css Wed Sep 17 15:14:06 2025 (r1928557)
@@ -57,21 +57,24 @@ p.note {
border-style: double;
padding: 0.5em;
}
+
+table, th, td {
+ border: 2px solid var(--apr-bg-h2);
+}
table {
width: 100%;
+ border-collapse: collapse;
}
th {
- background: var(--apr-bg-h1);
- color: var(--apr-fg-h1);
+ background: var(--apr-bg-h2);
+ color: var(--apr-fg-h2);
padding: 0.25em;
padding-left: 0.5em;
font-family: "Montserrat", sans-serif;
- font-weight: 600;
+ font-weight: 300;
text-align: left;
}
td {
- background: var(--apr-bg-h2);
- color: var(--apr-fg-h2);
padding: 0.25em;
padding-left: 0.5em;
>ul {