Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Fix Stat Labels / Version 0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Jul 18, 2015
1 parent fcef4fa commit 5554e65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.ocdevel.habitrpg" versionCode="55" version="0.0.55">
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.ocdevel.habitrpg" versionCode="56" version="0.0.56">
<name>HabitRPG</name>
<description>
Habit tracking which treats your goals like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="55" android:versionName="0.0.55" package="com.ocdevel.habitrpg" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="56" android:versionName="0.0.56" package="com.ocdevel.habitrpg" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" android:supportsRtl="true">
Expand Down
5 changes: 3 additions & 2 deletions styles/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,17 @@ for $stage in (worst $worst) (worse $worse) (bad $bad) (neutral $neutral) (good
width 100%
.meter-text
z-index 100
.value
right: 0.2em
.meter-label
height 25px !important
text-align right
.meter
height 25px !important
margin-bottom 0.4em
.value
font-size: 13px;
line-height: 23px;
padding-right: 5px;
.meter
padding 0
height: 25px
Expand All @@ -104,7 +106,6 @@ for $stage in (worst $worst) (worse $worse) (bad $bad) (neutral $neutral) (good
margin-bottom 0
.meter-text
line-height 21px
padding-left 5px

.shop_gold, .shop_silver
display inline-block
Expand Down

0 comments on commit 5554e65

Please sign in to comment.