From d259a2db5105c53f80237b0550aa7262a7f037b5 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Thu, 8 May 2014 10:28:57 -0700 Subject: [PATCH] Readme and style for PR #174 --- README.md | 1 + src/style/main.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dadcddc..55f88ae8 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ And the following heroes for assisting in translating: * "hilojack" * Ming-Hsuan-Tu ("twmht") * Mikhail Usov ("mikhailusov") +* Matias Garcia Isaia ("mgarciaisaia") Also huge shoutout for everyone who has put up a pull request that was pulled: diff --git a/src/style/main.css b/src/style/main.css index e7369987..1fb9d674 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -663,7 +663,7 @@ div.helperBar.show { -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); - height: 45px; + height: 70px; } div.helperBar.show.BaseHelperBar {