From da6f7a4418d519169964ff1e3aadfc8aeca66eb8 Mon Sep 17 00:00:00 2001 From: Sam Pizzey Date: Fri, 8 Aug 2014 18:00:12 +0100 Subject: [PATCH] Fix gem text alignment on the menubar. I'm not much of a frontend guy so I'm not sure if there was some reason for this one being different, but it throws the alignment off so I assume it was a mistake. Fixes #3855 --- public/css/menu.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/menu.styl b/public/css/menu.styl index 5abfe4dc8c..3b00d8a4ef 100644 --- a/public/css/menu.styl +++ b/public/css/menu.styl @@ -105,7 +105,7 @@ span display:inline-block vertical-align:top - padding-top: 0.382em + padding-top: 0.236em .toolbar-currency padding-top: 0.236em padding-bottom: 0.236em @@ -186,4 +186,4 @@ 0% transform: rotate(45deg) 100% - transform: rotate(0deg) \ No newline at end of file + transform: rotate(0deg)