diff --git a/website/maloja.css b/website/maloja.css
index 7463a81..21fc52e 100644
--- a/website/maloja.css
+++ b/website/maloja.css
@@ -305,12 +305,7 @@ table.list td.artists,td.artist,td.title {
}
-table th {
- text-align: left;
-}
-table td.interaction {
- width:65px;
-}
+
/*
@@ -383,7 +378,21 @@ td.button.important div {
}
+table.misc {
+ margin-left:20px;
+}
+table.misc td {
+ padding-right:20px;
+ color:#bbbbaa;
+ }
+
+ table.misc th {
+ text-align: left;
+ }
+ table.misc td.interaction {
+ width:65px;
+ }
diff --git a/website/setup.html b/website/setup.html
index bd817b2..b180e25 100644
--- a/website/setup.html
+++ b/website/setup.html
@@ -54,14 +54,8 @@
}
-
-
@@ -89,14 +83,12 @@
(make sure to use the public URL) with the key-value-pairs
-
-
+
artist | Artist String |
title | Title String |
key | API Key |
seconds | Duration of Scrobble - optional and currently not used |
-
diff --git a/website/setup.py b/website/setup.py
index efb75a9..e34faf3 100644
--- a/website/setup.py
+++ b/website/setup.py
@@ -2,7 +2,7 @@ import os
def instructions(keys):
- html = ""
+ html = ""
html += " | Module | Author | Description |
"