diff options
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | css/base.css | 15 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | tutorial.html | 1 |
4 files changed, 17 insertions, 1 deletions
@@ -1275,6 +1275,7 @@ git checkout -b maneage --track origin-maneage/maneage</code></pre></li> --> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form.</a></p></li> <li><p>Copyright © 2020 Maneage volunteers</p></li> + <li><p>All logos are copyrighted by the respective institutions</p></li> </ul> </footer> </div> 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 <li> 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; } /* ================================================================== @@ -142,6 +142,7 @@ git branch -b my-fix</code></pre> --> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form.</a></p></li> <li><p>Copyright © 2020 Maneage volunteers</p></li> + <li><p>All logos are copyrighted by the respective institutions</p></li> </ul> </footer> </div> 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 --> <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form.</a></p></li> <li><p>Copyright © 2020 Maneage volunteers</p></li> + <li><p>All logos are copyrighted by the respective institutions</p></li> </ul> </footer> </body> |