From fee0850a99c116162d2f10230919e3c557f64fd6 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 3 Jul 2020 19:03:38 +0200 Subject: re-add border-radius to img --- htdocs/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/static/style.css b/htdocs/static/style.css index 0329f2d..1ef3dd2 100644 --- a/htdocs/static/style.css +++ b/htdocs/static/style.css @@ -42,4 +42,5 @@ figcaption { img { margin-right: 1ex; margin-bottom: 1ex; + border-radius: 1ex; } -- cgit v1.2.3