diff --git a/index.html b/index.html
index e0aff6e..c4d324f 100755
--- a/index.html
+++ b/index.html
@@ -318,8 +318,8 @@
-
-->
-
1/11/2013 - 2.3.9
- - Minor bug fixes
+ 1/15/2013 - 2.4.1
+ - Column alignment, moved pager, bug fixes
12/21/2012 - 2.3.8
- Added support for the Sway.fm Unified Music Media Keys Chrome extension
diff --git a/js/app.js b/js/app.js
index 8678d51..9322ee2 100755
--- a/js/app.js
+++ b/js/app.js
@@ -12,7 +12,7 @@ var passwordenc;
var server;
var smwidth;
var apiVersion = '1.6.0';
-var currentVersion = '2.4.0';
+var currentVersion = '2.4.1';
var applicationName;
var unity;
diff --git a/manifest.json b/manifest.json
index 8bee675..28ed397 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "MiniSub",
"description": "MiniSub - HTML5 Mini Player for Subsonic",
- "version": "2.4.0",
+ "version": "2.4.1",
"app": {
"launch": {
"local_path": "index.html"
diff --git a/style/Style.css b/style/Style.css
index 33a40de..f8bcd8d 100755
--- a/style/Style.css
+++ b/style/Style.css
@@ -66,14 +66,14 @@ span.apiversion
position: absolute;
width: 54px;
height: 36px;
- background: url('../images/subsonic_36.png') no-repeat 5px 1px;
+ background: url('../images/subsonic_36.png') no-repeat 5px 3px;
cursor: pointer;
top: 0;
right: 248px;
}
#logo:hover
{
- background: url('../images/subsonic_dn_36.png') no-repeat 5px 1px;
+ background: url('../images/subsonic_dn_36.png') no-repeat 5px 2px;
}
#nav
{
@@ -628,7 +628,7 @@ table.songlist tr.row .itemactions
table.songlist tr.row td.track
{
width: 80px;
- text-align: right;
+ text-align: left;
}
table.songlist tr.row td.title
{