From 6dc90aefa2d6ec5e688edeab6e9a581530fe930d Mon Sep 17 00:00:00 2001 From: acanimal Date: Fri, 12 Dec 2014 18:52:46 +0100 Subject: [PATCH 1/2] Update attribution CSS #2803 --- css/ol.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ol.css b/css/ol.css index f860f08934..d0a458b461 100644 --- a/css/ol.css +++ b/css/ol.css @@ -145,7 +145,7 @@ button.ol-full-screen-true:after { line-height: 1.375em; color: #000; text-shadow: 0 0 2px #fff; - max-width: calc(100% - 3.6em); + max-width: 100%; } .ol-attribution li { display: inline; From 2f5999529a6c3c20ec2cb75e9081dbf7a56797fb Mon Sep 17 00:00:00 2001 From: acanimal Date: Thu, 18 Dec 2014 20:49:01 +0100 Subject: [PATCH 2/2] Removed unnecessary max-width from CSS .ol-attribution ul --- css/ol.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/ol.css b/css/ol.css index d0a458b461..44ea0f35e9 100644 --- a/css/ol.css +++ b/css/ol.css @@ -145,7 +145,6 @@ button.ol-full-screen-true:after { line-height: 1.375em; color: #000; text-shadow: 0 0 2px #fff; - max-width: 100%; } .ol-attribution li { display: inline;