From d0a330c8706bbc164474f3aa3a123276b6c4a1be Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 3 Oct 2012 17:59:35 +0200 Subject: [PATCH] Use an em space to separate attributions --- css/ol.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ol.css b/css/ol.css index 051e0b86e4..435276a222 100644 --- a/css/ol.css +++ b/css/ol.css @@ -23,7 +23,7 @@ display: inline; } .ol-attribution li:not(:last-child):after { - content: " "; + content: "\2003"; } .ol-dragbox { position: absolute;