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 369771f4ea docs: fix icons in documentation
369771f4ea is described below
commit 369771f4ea47c747d3a26bdfb4166d5d00f3976f
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Dec 1 09:55:09 2025 +0100
docs: fix icons in documentation
---
src/spec/doc/assets/css/style.css | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/spec/doc/assets/css/style.css
b/src/spec/doc/assets/css/style.css
index 3f752ad44d..c16d769011 100644
--- a/src/spec/doc/assets/css/style.css
+++ b/src/spec/doc/assets/css/style.css
@@ -1814,9 +1814,12 @@ span.icon > [class^="icon-"], span.icon > [class*="
icon-"] {
cursor: default;
}
-.admonitionblock td.icon [class^="icon-"]:before {
+.admonitionblock td.icon [class^="icon-"]:before,
+.admonitionblock td.icon [class*=" icon-"]:before {
+ font-family: FontAwesome, serif;
+ font-style: normal;
font-size: 2.5em;
- /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
cursor: default;
}