From 39eb35aea03172a76f1784e44a405ef04b0edf66 Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Wed, 23 Mar 2022 22:37:09 +0100
Subject: [PATCH] smaller font on legal info link

---
 publish.sh   | 6 ++----
 site/en.adoc | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/publish.sh b/publish.sh
index 7af034a..848fb08 100755
--- a/publish.sh
+++ b/publish.sh
@@ -62,10 +62,8 @@ perl -p -i -e "s/Last updated on .+/Mis à jour le $realdate/" site/read/index.h
 
 # change color of legal information links
 
-#<h2 id="_mentions_
-
-perl -p -i -e 's/<a href="#_mentions_/<a style="color:#737373" href="#_mentions_/' site/index.html
-perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#737373" href="#_about_this_website/' site/en.html
+perl -p -i -e 's/<a href="#_mentions_/<a style="color:#737373;font-size:80%" href="#_mentions_/' site/index.html
+perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#737373;font-size:80%" href="#_about_this_website/' site/en.html
 
 
 
diff --git a/site/en.adoc b/site/en.adoc
index 1ddf32b..3a75ce0 100644
--- a/site/en.adoc
+++ b/site/en.adoc
@@ -130,4 +130,4 @@ image::dr_candidat_r.png["D'r Candidat",width=400,align="center"]
 === License
 
 - Content whose URL starts with _\https://methal.pages.unistra.fr_ is licensed under link:https://creativecommons.org/licenses/by/4.0/[CC-BY-4.0^]
-- The licences for content available on the corpus explorer interface (link:https://methal.eu/ui/[https://methal.eu/ui/^]), linked to from the present site via options _Explore the corpus_ and _Interface_ on the menu, are specified at link:https://methal.eu/ui/about[https://methal.eu/ui/about^]
+- The licenses for content available on the corpus explorer interface (link:https://methal.eu/ui/[https://methal.eu/ui/^]), linked to from the present site via options _Explore the corpus_ and _Interface_ on the menu, are specified at link:https://methal.eu/ui/about[https://methal.eu/ui/about^]
-- 
GitLab