From 3f5cb2a4f8da72a1c0f85304d4a6df946af60611 Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:34:01 +0100 Subject: [PATCH] [Doc] Fixed malformed HTML code of page footer (#1467) --- doc/rst/_templates/footer.html | 57 ++++++++++++++-------------------- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/doc/rst/_templates/footer.html b/doc/rst/_templates/footer.html index 137d508f86..447ca399ff 100644 --- a/doc/rst/_templates/footer.html +++ b/doc/rst/_templates/footer.html @@ -1,35 +1,26 @@ - - - - - - Eclipse Foundation Links - - - - - - + .links-container ul li { + display: inline; + margin-right: 10px; + } + + .links-container ul li:last-child { + margin-right: 0; + } + +