From 4d43b48663d82cf2314d1dd61f561ad33f645d64 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 18 Sep 2014 22:29:47 -0700 Subject: [PATCH] fix menu button position --- src/General/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 18c09679e..3178c5a38 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -555,9 +555,11 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { } .catalog-stats > .menu-button { text-align: center; - bottom: 1px; font-weight: normal; } +.catalog-stats > .menu-button > i::before { + line-height: 11px; +} .catalog-stats { flex-shrink: 0; cursor: help;