Skip to content

Commit

Permalink
Remove the symbol.svg, use text (unicode) instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickuo committed May 22, 2012
1 parent 00056a9 commit e97e0aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
2 changes: 1 addition & 1 deletion apps/music/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div id="views-list" class="view"></div>
<div id="views-player" class="view">
<div id="player-cover">
<img id="player-cover-image" src="../style/images/symbol.svg" alt="">
<div id="player-cover-image">&#9834;</div>
<div id="player-cover-title">Song Title</div>
<div id="player-cover-artist">Song Artist</div>
<div id="player-cover-buttons">
Expand Down
24 changes: 0 additions & 24 deletions apps/music/style/images/symbol.svg

This file was deleted.

10 changes: 5 additions & 5 deletions apps/music/style/music.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ body.player-mode #tabs {

#player-cover-image {
position: absolute;
width: 60%;
height: auto;
margin-top: 20%;
margin-left: 20%;
margin-right: 20%;
width: 100%;
text-align: center;
font-size: 450px;
line-height: 420px;
color: black;
}

#player-cover-title,
Expand Down

0 comments on commit e97e0aa

Please sign in to comment.