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 e13d8b2c5d1d96b8a1f7ca4198f31d536a9fe478
parent 5321d5748f974661dee8786adc8c5fd355060064
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 11 Jan 2021 00:17:02 +0100

Work around gaps between image and border with Chromium

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

diff --git a/quatuor.css b/quatuor.css @@ -20,11 +20,11 @@ main #photos { position: relative; width: 6em; height: 100%; + background-color: #ddd; /* Workaround for chromium bug#377847. */ border-color: #ddd; border-width: 0.3em; border-style: solid; border-radius: 0.3em; - box-sizing: border-box; overflow: hidden; }