From 6643d0b0059140bb085c2bf506c9a198ad05764c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 16 Aug 2011 21:53:25 +0200 Subject: Minor CSS fix. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8f3b636..1615e0c 100644 --- a/static/style.css +++ b/static/style.css @@ -15,4 +15,4 @@ ul#playlist li a.playing { background-image: url('/static/icons/sound.png'); } 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: 30em; right: 1em; } +span#playlist-span { position: absolute; left: 31em; right: 1em; } -- cgit v1.2.3