From d870325169299bdc50374bac6b0c91307421f4b0 Mon Sep 17 00:00:00 2001 From: Slappybag Date: Mon, 20 May 2013 09:59:36 +0100 Subject: [PATCH 1/2] Margin on Buttons for #996 & 128eb8a --- styles/app/game-pane.styl | 3 +++ views/app/game-pane.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/app/game-pane.styl b/styles/app/game-pane.styl index a8313f0636..1c2f139106 100644 --- a/styles/app/game-pane.styl +++ b/styles/app/game-pane.styl @@ -34,3 +34,6 @@ background-position: -1200px 0px width: 40px height: 40px + +.buttonList li + margin: 5px; \ No newline at end of file diff --git a/views/app/game-pane.html b/views/app/game-pane.html index 87d7ab224a..e36441b16f 100644 --- a/views/app/game-pane.html +++ b/views/app/game-pane.html @@ -111,7 +111,7 @@

Tavern Talk & LFG

-
    +
    • FAQ
    • Report a Problem
    • Request a Feature
    • From 9c173e3a08aa45abe3e20a2f861cbd20212f297b Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Mon, 20 May 2013 11:08:04 +0200 Subject: [PATCH 2/2] HP potion description clarify. People getting confused about its use. --- src/app/items.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/items.coffee b/src/app/items.coffee index abdd9b6ac2..dd6f9a64c3 100644 --- a/src/app/items.coffee +++ b/src/app/items.coffee @@ -38,7 +38,7 @@ items = module.exports.items = {index: 5, text: "Golden Shield", classes: 'shield_5', notes:'Decreases HP loss by 8%.', defense: 8, value:90} {index: 6, text: "Tormented Skull", classes: 'shield_6', notes:'Decreases HP loss by 9%.', defense: 9, value:120} ] - potion: {type: 'potion', text: "Potion", notes: "Recover 15 HP", value: 25, classes: 'potion'} + potion: {type: 'potion', text: "Potion", notes: "Recover 15 HP, instant use.", value: 25, classes: 'potion'} reroll: {type: 'reroll', text: "Re-Roll", classes: 'reroll', notes: "Resets your task values back to 0 (yellow). Useful when everything's red and it's hard to stay alive.", value:0 } pets: [