repo: janusweb action: commit revision: path_from: revision_from: 7c175aba9a6951163692de551185739c2e7ef2d4: path_to: revision_to:
commit 7c175aba9a6951163692de551185739c2e7ef2d4 Author: epochDate: Sat Jun 1 08:44:17 2024 +0000 typo in CSS. double-quote in the wrong spot. diff --git a/media/assets/webui/themes/default.css b/media/assets/webui/themes/default.css
--- a/media/assets/webui/themes/default.css
+++ b/media/assets/webui/themes/default.css
@@ -1235,7 +1235,7 @@ ui-spinner .loading-text {
-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
animation: loading-text-opacity 2s linear 0s infinite normal;
color: #ffffff;
- font-family: "Helvetica Neue, "Helvetica", ""arial";
+ font-family: "Helvetica Neue", "Helvetica", "arial";
font-size: 10px;
font-weight: bold;
margin-top: 45px;
-----END OF PAGE-----