From 8463c6f217f11bca12f90771515f92b43d3a89fe Mon Sep 17 00:00:00 2001 From: Nick Budak Date: Wed, 11 Sep 2024 14:58:48 -0700 Subject: [PATCH] Add a border to the leaflet viewer to match sul-embed Embedded content has a border provided by sul-embed's own stylesheet. It adds some nice contrast to the page, so I figured we could make the non-embed viewers match. --- app/assets/stylesheets/earthworks.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/earthworks.css b/app/assets/stylesheets/earthworks.css index af2f1a81..96445a34 100644 --- a/app/assets/stylesheets/earthworks.css +++ b/app/assets/stylesheets/earthworks.css @@ -195,6 +195,9 @@ Uncomment lines 142-144 } */ #main-container #leaflet-viewer { + /* match sul-embed border */ + border: 1px solid black; + @media (min-width: 992px) { height: 620px; }