This commit is contained in:
Jeena Paradies 2012-11-28 22:51:50 +01:00
parent 50e582bafc
commit d7065afee5
4 changed files with 5 additions and 3 deletions

View file

@ -42,7 +42,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.4.2</string> <string>0.5.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@ -57,7 +57,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.4.2</string> <string>0.5.0</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.lifestyle</string> <string>public.app-category.lifestyle</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -15,6 +15,7 @@
<body> <body>
<h1>Tentia 0.5.0</h1> <h1>Tentia 0.5.0</h1>
<p>Added "Send" button to "New Post" window</p> <p>Added "Send" button to "New Post" window</p>
<p>Added Profile view</p> <p>Added Profile view</p>
<p>Added follow and unfollow possibility</p> <p>Added follow and unfollow possibility</p>

View file

@ -1,12 +1,13 @@
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
min-height: 100%;
} }
body { body {
font-family: "Lucida Grande", Tahoma, sans-serif; font-family: "Lucida Grande", Tahoma, sans-serif;
font-size: 11px; font-size: 11px;
background: #dedede url(../img/Icon.png) bottom center no-repeat; background: #dedede url(../img/background.png) center center no-repeat;
} }
a { a {

BIN
WebKit/img/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB