summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-08-16 21:53:25 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-08-16 21:53:25 +0200
commit6643d0b0059140bb085c2bf506c9a198ad05764c (patch)
tree2a666ea243ff0b4535b5d0c7eab2553e3baf26d4
parentf847dca4f388f30fb6c8cdd814b2e8508b753181 (diff)
Minor CSS fix.
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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; }