diff --git a/history/timeline.php b/history/timeline.php index 76aee3b6f6..a69f1e22fa 100644 --- a/history/timeline.php +++ b/history/timeline.php @@ -91,5 +91,22 @@ public function renderHtml(): string } ?> +
+ The Timeline data is opensource and available on GitHub. + If you found a mistake, please feel free to create a pull-request. +
true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/styles/history.css b/styles/history.css index 3fe889f0e3..216e4d09f2 100644 --- a/styles/history.css +++ b/styles/history.css @@ -123,6 +123,10 @@ visibility: visible; } +.timeline-thanks { + font-size: 0.875rem; +} + @media (min-width: 768px) { .timeline-tooltip { position: relative; diff --git a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png index 5af7a45700..8e2b506e73 100644 Binary files a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png and b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png differ