From 23a76531d9dd2e0d74d5378f19148e69847b2c23 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 23 Oct 2024 16:28:13 +0200 Subject: [PATCH] =?UTF-8?q?projet:=20am=C3=A9liore=20le=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO! Explique un peu. Co-Authored-by: iGor milhit --- .gitignore | 1 + example/example.md | 3 ++- heg-iso-690.csl | 2 +- style.css | 8 +++++++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d0b8f5..9c1dca8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ example.html example.pdf test.* release/ +watched-files.txt diff --git a/example/example.md b/example/example.md index 3360774..0e1f777 100644 --- a/example/example.md +++ b/example/example.md @@ -31,10 +31,11 @@ Au terme de cet atelier, vous serez en mesure de :   :::{#licence} -![Logo de la licence CC BY-SA 4.0](../static/by-sa.svg) \ +![Logo de la licence CC BY-SA 4.0][logo] \ [CC BY-SA 4.0][cc-by-sa] --- [Sources][sources] ::: +[logo]: ../static/by-sa.svg [cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.fr "Texte de la licence en français" [sources]: https://git.milhit.ch/igor/bunige-pagedjs-template diff --git a/heg-iso-690.csl b/heg-iso-690.csl index 4698051..9c0c830 100644 --- a/heg-iso-690.csl +++ b/heg-iso-690.csl @@ -553,7 +553,7 @@ - + diff --git a/style.css b/style.css index 98499af..f376b8c 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,7 @@ * bibliothèque de l'UNIGE. */ @top-right { content: ""; - background-image: url("./static/bibliotheque-logo.svg"); + background-image: url("static/bibliotheque-logo.svg"); background-position: right; background-repeat: no-repeat; background-size: 25%; @@ -173,6 +173,12 @@ } .footnote-ref { text-decoration: none; + padding-left: 2px; + } + .footnote-back { + font-size: small; + text-decoration: none; + padding-left: .5em; } figure {