From c5eb80e610d9c9a6cc085cd76f49e6a76675f776 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 9 Oct 2019 14:19:24 +0200 Subject: [PATCH] Remove font sizing from the attribution control --- src/ol/ol.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ol/ol.css b/src/ol/ol.css index 039e25c1a8..36845ba789 100644 --- a/src/ol/ol.css +++ b/src/ol/ol.css @@ -182,15 +182,12 @@ .ol-attribution ul { margin: 0; padding: 0 .5em; - font-size: .7rem; - line-height: 1.375em; color: #000; text-shadow: 0 0 2px #fff; } .ol-attribution li { display: inline; list-style: none; - line-height: inherit; } .ol-attribution li:not(:last-child):after { content: " "; @@ -213,8 +210,6 @@ bottom: 0; right: 0; border-radius: 4px 0 0; - height: 1.1em; - line-height: 1em; } .ol-attribution.ol-uncollapsible img { margin-top: -.2em;