1
0
Fork 0
oldhaven/app/assets/stylesheets/albums.scss

31 lines
388 B
SCSS
Raw Normal View History

2011-06-27 11:14:14 +00:00
@import "alpha_gradient";
.artist-info {
2011-09-08 01:48:33 +00:00
margin-bottom: 20px;
.pic {
img {
max-width: 220px;
}
}
.desc {
height: 220px;
}
2011-06-27 11:14:14 +00:00
}
2011-09-08 01:48:33 +00:00
.album {
margin-bottom: 20px;
.art {
img {
max-width: 220px;
}
.button-container {
text-align: center;
margin-top: 10px;
}
}
.tracks {
td.song-duration {
text-align: right;
}
}
2011-06-27 11:14:14 +00:00
}