From b2a7ff316d921d4b128798eb1f994531bb9d4f03 Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Thu, 4 Jun 2020 01:06:59 +0430 Subject: Update footer style and copyright notice * Fix line-height problem * Use lighter link colors * Add the logo copyrights --- about.html | 1 + css/base.css | 15 ++++++++++++++- index.html | 1 + tutorial.html | 1 + 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 3abc1ee..8e85bfb 100644 --- a/about.html +++ b/about.html @@ -1275,6 +1275,7 @@ git checkout -b maneage --track origin-maneage/maneage -->
  • Contact: with this form.

  • Copyright © 2020 Maneage volunteers

  • +
  • All logos are copyrighted by the respective institutions

  • diff --git a/css/base.css b/css/base.css index e35175a..0a00981 100644 --- a/css/base.css +++ b/css/base.css @@ -305,7 +305,20 @@ footer[role=contentinfo] { footer ul { list-style: none; padding-left: 0; - line-height: 5px; + margin: 0; +} + +/* Reduce line spacing between
  • in footer */ +footer p { + margin: 0; + /* Do not use `line-height` attribute. This effects the line + * wrapping in a bad way. */ +} + +/* Footer links */ +footer a, footer a:visited, footer a:hover { + /* Use a lighter color because of the dark background */ + color: #ff216e; } /* ================================================================== diff --git a/index.html b/index.html index 4e1ece6..a1035a9 100644 --- a/index.html +++ b/index.html @@ -142,6 +142,7 @@ git branch -b my-fix -->
  • Contact: with this form.

  • Copyright © 2020 Maneage volunteers

  • +
  • All logos are copyrighted by the respective institutions

  • diff --git a/tutorial.html b/tutorial.html index 0b9d783..7714e92 100644 --- a/tutorial.html +++ b/tutorial.html @@ -711,6 +711,7 @@ The linear fitting is $y=a*x+b$, with the following parameters: $a=\afitparam$ a -->
  • Contact: with this form.

  • Copyright © 2020 Maneage volunteers

  • +
  • All logos are copyrighted by the respective institutions

  • -- cgit v1.2.1