From ab242e0ef2c3777e250f53ba897fd2117ee12d8b Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 18 Aug 2011 14:26:10 +0200 Subject: Display album name above tracks in song queue. --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 1615e0c..5b2497c 100644 --- a/static/style.css +++ b/static/style.css @@ -16,3 +16,4 @@ span.list-header { font-size: large; } ul#song-links { width: 30em; overflow: auto; white-space: nowrap; resize: both; } a#add-dir { font-size: small; } span#playlist-span { position: absolute; left: 31em; right: 1em; } +ul#playlist li.album { border-top: 1px solid; margin-bottom: .2em; color: #666; padding-left: 1em; } -- cgit v1.2.3