quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 6b8bc1bd93d2a17047892d53dd7b6dcd2ed20530
parent 9149f52ae59ba594d12d43912bf71c0aaedc1ded
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  7 Mar 2021 17:47:53 +0100

Tweak method for date positioning in calendar

Diffstat:
Mstylesheets/index.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylesheets/index.css b/stylesheets/index.css @@ -43,8 +43,8 @@ a#next-concert:hover { #next-concert p { position: relative; + top: 1em; margin: 0; - margin-top: 1em; text-transform: uppercase; }