Browse Source

Removed non-base64 bytes before the last 3 characters

Samuel Chantaraud 11 years ago
parent
commit
221d00a11f
  1. 2
      web/viewer.css

2
web/viewer.css

@ -1394,7 +1394,7 @@ canvas { @@ -1394,7 +1394,7 @@ canvas {
.annotLink > a /* -ms-a */ {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAA\
LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
LAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
#errorWrapper {

Loading…
Cancel
Save