Images Gif to PNG (#1969)
* Images Gif to PNG Extension change to PNG * Images Gif to PNG Extension change to PNG * Images Gif to PNG Extension change to PNGpull/1970/head
parent
f573158fbb
commit
d71b30aff3
|
@ -52,15 +52,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div {
|
#imageFrame div {
|
||||||
background-image: url(../../../graphics/point-g.gif);
|
background-image: url(../../../graphics/point-g.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.highlight {
|
#imageFrame div.highlight {
|
||||||
background-image: url(../../../graphics/point-o.gif);
|
background-image: url(../../../graphics/point-o.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.active {
|
#imageFrame div.active {
|
||||||
background-image: url(../../../graphics/point-r.gif);
|
background-image: url(../../../graphics/point-r.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#zonePoints {
|
#zonePoints {
|
||||||
|
|
|
@ -52,15 +52,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div {
|
#imageFrame div {
|
||||||
background-image: url(../../../graphics/point-g.gif);
|
background-image: url(../../../graphics/point-g.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.highlight {
|
#imageFrame div.highlight {
|
||||||
background-image: url(../../../graphics/point-o.gif);
|
background-image: url(../../../graphics/point-o.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.active {
|
#imageFrame div.active {
|
||||||
background-image: url(../../../graphics/point-r.gif);
|
background-image: url(../../../graphics/point-r.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#zonePoints {
|
#zonePoints {
|
||||||
|
|
|
@ -52,15 +52,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div {
|
#imageFrame div {
|
||||||
background-image: url(../../../graphics/point-g.gif);
|
background-image: url(../../../graphics/point-g.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.highlight {
|
#imageFrame div.highlight {
|
||||||
background-image: url(../../../graphics/point-o.gif);
|
background-image: url(../../../graphics/point-o.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageFrame div.active {
|
#imageFrame div.active {
|
||||||
background-image: url(../../../graphics/point-r.gif);
|
background-image: url(../../../graphics/point-r.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#zonePoints {
|
#zonePoints {
|
||||||
|
|
Loading…
Reference in New Issue