This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5fd59e0 tweak asciidoc styling
5fd59e0 is described below
commit 5fd59e0d07b99202913358b9534d07972bc794fc
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 14 21:38:17 2026 +1000
tweak asciidoc styling
---
site/src/site/assets/css/modern-design.css | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/site/src/site/assets/css/modern-design.css
b/site/src/site/assets/css/modern-design.css
index a683477..6c69e72 100644
--- a/site/src/site/assets/css/modern-design.css
+++ b/site/src/site/assets/css/modern-design.css
@@ -359,6 +359,16 @@ pre {
color: var(--text-main);
}
+table.tableblock.grid-all {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+table.tableblock.grid-all th,
+table.tableblock.grid-all td {
+ border: 1px solid var(--table-border);
+}
+
/* Doc embed */
.doc-embed {
border-color: var(--border-light);