billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
262 stars 70 forks source link

icon-close-open: wrong path in expandable-panels.css #4

Closed tgghtp closed 8 years ago

tgghtp commented 8 years ago

File: js-css/expandable-panels.css background-image:url(images/icon-close-open.png);

must be

background-image:url(../images/icon-close-open.png);

billw2 commented 8 years ago

Fixed.