This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_5_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit acc6d3945dd4f3c405f4469ac2efed1c5a64cb45 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; }
