aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index c4d2db4..4072988 100644
--- a/static/style.css
+++ b/static/style.css
@@ -68,7 +68,7 @@ ul.scrobbles li:hover {
cursor: pointer;
}
-ul.scrobbles li img {
+ul.scrobbles li img.cover {
height: 40px;
margin-right: 16px;
border: 1px solid #C5CAE9;
@@ -82,6 +82,11 @@ ul.scrobbles li div {
line-height: 18px;
}
+ul.scrobbles li .time {
+ font-size: 12px;
+ color: #4f4f4f;
+}
+
ul.scrobbles li .album {
font-size: 12px;
color: #4f4f4f;