diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-16 21:53:25 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-16 21:53:25 +0200 |
commit | 6643d0b0059140bb085c2bf506c9a198ad05764c (patch) | |
tree | 2a666ea243ff0b4535b5d0c7eab2553e3baf26d4 | |
parent | f847dca4f388f30fb6c8cdd814b2e8508b753181 (diff) |
Minor CSS fix.
-rw-r--r-- | static/style.css | 2 |
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; } |