From f5b3d97ab1d6da792e52ecd48aa7924a5ee2c1cb Mon Sep 17 00:00:00 2001 From: bit-png Date: Sun, 24 Nov 2024 17:46:53 -0600 Subject: [PATCH] Add Conflict of Interest boilerplate --- assets/css/table.css | 6 +++++- scripts/render.js | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/css/table.css b/assets/css/table.css index 6c444b62..1e457ec8 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -116,10 +116,14 @@ table.comparison-table .date { flex-direction: row; display: flex; } -#issueBanner { +#issueBanner, #coiBanner { font-style: italic; font-size: 16px; +} +#coiBanner { border-bottom: 1px lightgray solid; + text-align: center; + display: block; } #navBanner { font-weight: bold; diff --git a/scripts/render.js b/scripts/render.js index 98955a66..a193424a 100644 --- a/scripts/render.js +++ b/scripts/render.js @@ -364,6 +364,12 @@ const content = (results, jsonFilename, title, nightly, incognito, testMyBrowser
Open-source tests of web browser privacy.
Updated ${results.timeStarted ? dateString(results.timeStarted) : '??'}
+