diff options
-rw-r--r-- | static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 3ad648c..25bcc4b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,4 @@ +body { font-family: sans-serif; } ul#song-links a, ul#playlist a { text-decoration: none; color: inherit; } ul#song-links a:hover, ul#playlist a:hover { text-decoration: underline; } a.dir { background-image: url('/static/icons/folder.png'); } @@ -11,3 +12,4 @@ div#hpanel span { display: inline-block; vertical-align: top; } div#hpanel span ul { list-style-type: none; padding-left: 0; margin-top: .5em; vertical-align: top; } 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; } |