fixed #47
This commit is contained in:
parent
50e582bafc
commit
d7065afee5
4 changed files with 5 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.4.2</string>
|
||||
<string>0.5.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.4.2</string>
|
||||
<string>0.5.0</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.lifestyle</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<body>
|
||||
|
||||
<h1>Tentia 0.5.0</h1>
|
||||
|
||||
<p>Added "Send" button to "New Post" window</p>
|
||||
<p>Added Profile view</p>
|
||||
<p>Added follow and unfollow possibility</p>
|
||||
|
|
|
@ -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 {
|
||||
|
|
BIN
WebKit/img/background.png
Normal file
BIN
WebKit/img/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Reference in a new issue