This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 48171548b7 tweak asciidoc styling
48171548b7 is described below

commit 48171548b7e5c21b1240377c5156ba20e4f7e2c1
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 14 21:36:08 2026 +1000

    tweak asciidoc styling
---
 src/spec/doc/assets/css/theme.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/spec/doc/assets/css/theme.css 
b/src/spec/doc/assets/css/theme.css
index 16bb8c581d..ea52010d50 100644
--- a/src/spec/doc/assets/css/theme.css
+++ b/src/spec/doc/assets/css/theme.css
@@ -271,7 +271,8 @@ table tr th, table tr td { color: var(--text-main); }
 table tr.even, table tr.alt, table tr:nth-of-type(even) { background: 
var(--bg-table-stripe); }
 tbody tr th { background: var(--bg-table-head); }
 tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: 
var(--text-label); }
-table.tableblock.grid-all { border-color: var(--border-table); }
+table.tableblock.grid-all { border-color: var(--border-table); 
border-collapse: collapse; border-spacing: 0; }
+table.tableblock.grid-all th, table.tableblock.grid-all td { border: 1px solid 
var(--border-table); }
 
 /* Inline code */
 *:not(pre) > code {

Reply via email to