From 12e5046b628806c0d5efb6918a08f186ba7f5323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 15 Oct 2020 20:54:42 +0200 Subject: [PATCH] Images with rounded corners --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index c20782bf..e4c7ee02 100644 --- a/style.css +++ b/style.css @@ -442,6 +442,7 @@ a:active { float: right; margin-left: 0.5em; margin-bottom: 0.5em; + border-radius: 6px; } .wikipedia > h4 { margin-top: 0.5em; @@ -467,11 +468,13 @@ a:active { .leaflet-popup-content .images { max-height: 12.5em; text-align: center; + border-radius: 6px; margin: 0 0.5em 0.25em 0.5em; } .leaflet-popup-content .images img { max-width: 100%; max-height: 12.5em; + border-radius: 6px; } #contentDetails .images {