Browse Source

Keep the Link annotation's data URL on one line

Fixes #6278.
Tim van der Meij 10 years ago
parent
commit
a9d0e42871
  1. 3
      web/annotations_layer_builder.css

3
web/annotations_layer_builder.css

@ -60,6 +60,5 @@ @@ -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;
}

Loading…
Cancel
Save