[ARVADOS] created: 2.1.0-2338-g9cc5ed8fb
Git user
git at public.arvados.org
Fri Apr 15 18:51:53 UTC 2022
at 9cc5ed8fb634fa4f22f7bbaed8de0e5052c89f87 (commit)
commit 9cc5ed8fb634fa4f22f7bbaed8de0e5052c89f87
Author: Ward Vandewege <ward at curii.com>
Date: Fri Apr 15 14:51:14 2022 -0400
18995: add a generic font family for font awesome.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/css/font-awesome.css b/doc/css/font-awesome.css
index eb4127b73..4dc117e6b 100644
--- a/doc/css/font-awesome.css
+++ b/doc/css/font-awesome.css
@@ -13,7 +13,7 @@
}
.fa {
display: inline-block;
- font-family: FontAwesome;
+ font-family: 'FontAwesome', sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1;
commit c57e836bfd5f984b4ce1eabf8002afeb26f9982a
Author: Ward Vandewege <ward at curii.com>
Date: Fri Apr 15 14:28:46 2022 -0400
18995: <html> element should have a language attribute.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/public/422.html b/services/api/public/422.html
index faa4a5249..a9fa93a9f 100644
--- a/services/api/public/422.html
+++ b/services/api/public/422.html
@@ -3,7 +3,7 @@
SPDX-License-Identifier: AGPL-3.0 -->
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>The change you wanted was rejected (422)</title>
<style type="text/css">
diff --git a/services/api/public/500.html b/services/api/public/500.html
index c528141e2..e40a748e4 100644
--- a/services/api/public/500.html
+++ b/services/api/public/500.html
@@ -3,7 +3,7 @@
SPDX-License-Identifier: AGPL-3.0 -->
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list