Remove reference to unexisting file in music.css.

`img/pbar-ani.gif' is not on the repository.
This commit is contained in:
Cloud Dumper 2012-01-08 12:03:15 +01:00 committed by Robin Appelman
parent 07cf709eeb
commit 6b50980469
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ a.jp-next { left:5em; }
div.jp-progress { position:absolute; overflow:hidden; top:.5em; left:8em; width:15em; height:1.2em; padding:0; }
div.jp-seek-bar { background:#eee; width:0; height:100%; cursor:pointer; }
div.jp-play-bar { background:#ccc; width:0; height:100%; }
div.jp-seeking-bg { background:url("../img/pbar-ani.gif"); }
div.jp-current-time,div.jp-duration { position:absolute; font-size:.64em; font-style:oblique; top:0.9em; left:13.5em; }
div.jp-duration { display: none }
div.jp-current-song { left: 33em; position: absolute; top: 0.9em; }