This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 74b916eda48865acb6d360416b0cb2da740a10de Author: Marcus <mar...@apache.org> AuthorDate: Thu May 13 15:41:21 2021 +0200 Fixed paths to CSS --- content/download/platform_hints.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/download/platform_hints.html b/content/download/platform_hints.html index 8a646b0..aa7d6b7 100644 --- a/content/download/platform_hints.html +++ b/content/download/platform_hints.html @@ -8,8 +8,8 @@ <style type="text/css"> /* <![CDATA[ */ /*-------------------- Exceptions on standard css -----------------------*/ - @import "styles.css"; - @import "exceptions.css"; + @import "/css/styles.css"; + @import "/css/exceptions.css"; /* ]]> */ </style> </head>