From 91e9d8c82fa053e99b47c6dd247b26b54c7f30b1 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Thu, 25 May 2023 00:13:14 +0200 Subject: [PATCH] add footer nav with links to about.html and index.html --- forms/includes/topmenu.xml | 4 ++-- properties.xml | 6 ++++++ resources/css/footer.css | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/forms/includes/topmenu.xml b/forms/includes/topmenu.xml index f4ca06a9..895833c0 100644 --- a/forms/includes/topmenu.xml +++ b/forms/includes/topmenu.xml @@ -38,12 +38,12 @@ title="Close editor and return to file list" border="0"/> - + - + diff --git a/properties.xml b/properties.xml index 72b82749..f3936600 100644 --- a/properties.xml +++ b/properties.xml @@ -34,6 +34,12 @@ Avatars of contributors to MerMEId in GitHub + diff --git a/resources/css/footer.css b/resources/css/footer.css index 2ea0c7a1..43d45c44 100644 --- a/resources/css/footer.css +++ b/resources/css/footer.css @@ -32,3 +32,17 @@ div.footer #dcm-logo{ div.footer #github-contributors{ height: 23px; } + +.footer .nav { + text-align:center; +} + +.footer .nav ul { + padding:0; +} + +.footer .nav li { + list-style-type:none; + margin: 0 2em; + display:inline; +}