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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 363478d  minor fix for reference to docsearch.min.css
363478d is described below

commit 363478d0ccfd44f78bfb2c4911a01a8329e66b00
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Apr 29 10:56:40 2025 +0100

    minor fix for reference to docsearch.min.css
---
 build/ui-bundle.zip          | Bin 682573 -> 688170 bytes
 src/css/site.css             |   1 +
 src/partials/head-styles.hbs |   1 -
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index e606294..f59eb67 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/site.css b/src/css/site.css
index ea2b47b..0ce4db7 100644
--- a/src/css/site.css
+++ b/src/css/site.css
@@ -28,3 +28,4 @@
 @import "extensions/body.css";
 @import "extensions/footer-content.css";
 @import "extensions/tweaks.css";
+@import "vendor/docsearch.min.css";
diff --git a/src/partials/head-styles.hbs b/src/partials/head-styles.hbs
index 949cdcc..a27b403 100644
--- a/src/partials/head-styles.hbs
+++ b/src/partials/head-styles.hbs
@@ -1,3 +1,2 @@
     <link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
     <link rel="stylesheet" href="{{uiRootPath}}/css/site-custom.css">
-    <link rel="stylesheet" href="{{uiRootPath}}/css/vendor/docsearch.min.css">

Reply via email to