Keep the Link annotation's data URL on one line

Fixes #6278.
This commit is contained in:
Tim van der Meij 2015-07-30 17:18:42 +02:00
parent e876dd8123
commit a9d0e42871

View File

@ -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;
}