From 964ce8ed2232117d42f3a84ef4d44ccd9d5d1ebd Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 09:19:26 -0400 Subject: [PATCH] progress-text in progress-bar --- styles/app/index.styl | 16 +++++++++------- views/app/index.html | 10 ++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/styles/app/index.styl b/styles/app/index.styl index 7055f7092d..27bbfea45c 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -92,7 +92,6 @@ h1 > span { display: none; } - .vote-up, .vote-down { text-decoration:none; } @@ -124,13 +123,16 @@ h1 > span { #character td { text-align: center; } + +#bars + width: 400px -#tnl-bar { border: 1px solid black; background-color:white; margin-top:10px;} -#tnl { float:right; margin:5px; } - -#hp-bar { border: 1px solid black; background-color:white;} - -#hp { float:right; margin:5px; } + .bar + border: 1px solid black + .progress-text + float: right + margin: 5px + color: black #money { float:right; } diff --git a/views/app/index.html b/views/app/index.html index 25c31802a0..50971b01c7 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -78,15 +78,13 @@
-
- HP: {round(_user.hp)} / 50 -
+ HP: {round(_user.hp)} / 50 +
-
- Exp: {round(_user.exp)} / {_tnl} -
+ Exp: {round(_user.exp)} / {_tnl} +