Merge pull request #6281 from timvandermeij/data-url

Keep the Link annotation's data URL on one line
This commit is contained in:
Jonas Jenwald 2015-07-31 22:23:56 +02:00
commit 28130b949c

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