1
0
mirror of https://github.com/danbee/spotify-client synced 2025-03-04 08:59:12 +00:00
spotify-client/spotify-client.css
2014-10-31 17:29:18 +00:00

31 lines
414 B
CSS

/* CSS declarations go here */
*, *:before, *:after {
box-sizing: border-box;
}
body {
font-family: "Helvetica Neue", sans-serif;
}
ul.songs {
list-style: none;
padding-left: 0;
}
ul.songs li:after {
content: "";
display: block;
clear: left;
margin-bottom: 0.5em;
}
ul.songs .album {
color: #666;
font-style: italic;
}
img.cover {
float: left;
margin-right: 1em;
}