diff --git a/mopidy/http/data/index.html b/mopidy/http/data/index.html index 007d4e2a..5256e9ae 100644 --- a/mopidy/http/data/index.html +++ b/mopidy/http/data/index.html @@ -2,6 +2,7 @@ + Mopidy HTTP frontend diff --git a/mopidy/http/data/mopidy.css b/mopidy/http/data/mopidy.css index c5042769..a1e329d5 100644 --- a/mopidy/http/data/mopidy.css +++ b/mopidy/http/data/mopidy.css @@ -3,18 +3,17 @@ html { color: #555; font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif; - font-size: 150%; line-height: 1.4em; } body { - max-width: 20em; + max-width: 600px; margin: 0 auto; } div.box { background: white; border-radius: 5px; box-shadow: 5px 5px 5px #d8dcdf; - margin: 2em 0; + margin: 1em; padding: 1em; } div.box.focus {