diff --git a/Mac/Tentia-Info.plist b/Mac/Tentia-Info.plist
index 060baa3..69d9eb6 100644
--- a/Mac/Tentia-Info.plist
+++ b/Mac/Tentia-Info.plist
@@ -42,7 +42,7 @@
Added "Send" button to "New Post" window
Added Profile view
Added follow and unfollow possibility
diff --git a/WebKit/css/default.css b/WebKit/css/default.css index bb62e92..ed2262a 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -1,12 +1,13 @@ html, body { margin: 0; padding: 0; + min-height: 100%; } body { font-family: "Lucida Grande", Tahoma, sans-serif; font-size: 11px; - background: #dedede url(../img/Icon.png) bottom center no-repeat; + background: #dedede url(../img/background.png) center center no-repeat; } a { diff --git a/WebKit/img/background.png b/WebKit/img/background.png new file mode 100644 index 0000000..3e82b51 Binary files /dev/null and b/WebKit/img/background.png differ