From 587154432c8c5b076b0efde207d9b96ac0828d5d Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Thu, 2 May 2024 09:48:33 +0000
Subject: [PATCH] Integrate gitlab-ci/html-new-logo and 4 more

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/bf6de920933953551887f5c12af505a1def8fb44

convert_md2html: new font style for main text

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/dc43f865f10fa4a6feabb8f3c52c6eb86494a301

convert_md2html: move content to left

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f0088d252061b9c5326b54512854fe2a84514513

convert_md2html: fix long commands

Several blocks of code are too long and don't fit on the page.
Words are not wrapped to the next line.
To fix this, adjust the span slacc in css.

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/caa6efa2f60fb99e5ee3b2866ab2003881a91a61

convert_md2html: restore several css rules

- fix h1 color
- fix missing gorizontal line above h1
- increased h2 font size
- fix missing borders for table
- restore link style

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/28a1bc5e4605aed4b2b1fe1fdb63da0f32e176b9

convert_md2html: Update the style for the generated html file
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 6656c46..bf6de92 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 6656c465e99431b34e9674fe504592802088d37d
+Subproject commit bf6de920933953551887f5c12af505a1def8fb44
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2332313..517aabb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 6656c465e99431b34e9674fe504592802088d37d
+    ref: bf6de920933953551887f5c12af505a1def8fb44
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 6656c465e99431b34e9674fe504592802088d37d
+  GITLAB_CI_REVISION: bf6de920933953551887f5c12af505a1def8fb44
   BB_RECIPE_NAME: secure-element-examples
-- 
GitLab