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 c89647d fix icons in documentation
c89647d is described below
commit c89647db4090e8380d3a0018b9f4a52ed8ecfe09
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Dec 1 09:59:19 2025 +0100
fix icons in documentation
---
site/src/site/assets/css/style.css | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/site/src/site/assets/css/style.css
b/site/src/site/assets/css/style.css
index cc96431..34d3fef 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -1369,9 +1369,12 @@ a span.icon > .fa {
margin-bottom: 0;
}
-.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;
}