From a9d0e4287169c41c27aded8deef7a873533f24d7 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 30 Jul 2015 17:18:42 +0200 Subject: [PATCH] Keep the Link annotation's data URL on one line Fixes #6278. --- web/annotations_layer_builder.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/annotations_layer_builder.css b/web/annotations_layer_builder.css index a3490eac0..19974ac02 100644 --- a/web/annotations_layer_builder.css +++ b/web/annotations_layer_builder.css @@ -60,6 +60,5 @@ } .annotationLayer .annotLink > a /* -ms-a */ { - background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\ - LAAAAAABAAEAAAIBRAA7") 0 0 repeat; + background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat; }