From 8b9fcb382675712bc3da2e84a6d914c488894076 Mon Sep 17 00:00:00 2001 From: Martin Jirku Date: Sat, 27 Jan 2024 22:12:51 +0100 Subject: [PATCH] docs(1815): add trademarks link ref to linux foundation Signed-off-by: Martin Jirku --- docs/_includes/footer.html | 8 ++++++++ docs/assets/css/style.css | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 7c2eddfc..8989d780 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -7,6 +7,14 @@ Apache License 2.0 licensed project
© {{ site.year }} Kompose Authors -- All Rights Reserved +
+ Trademarks
diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 1a76c3f7..ea74e5c7 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -3696,13 +3696,22 @@ font-family: "Open Sans"; .code-example { margin: 0; padding: 0; - margin-bottom 0px !important; + margin-bottom: 0px !important; background-color: transparent !important; } .copyright { color: #fff !important; font-size:13px; + padding-bottom: 12px; +} + +a.trademarks { + color: #fff !important; + font-weight:600; + display: inline-block; + text-decoration: underline; + padding: 0.8rem 0; } .highlight {