From 53ef8815b177d2c4826d80db6ab3d15c9b76accf Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Sun, 16 Aug 2015 16:54:37 +0200 Subject: [PATCH] [ticket/12719] Fix hamburger menu icon --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index d92e7e15d5..7b47386fed 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -342,7 +342,7 @@ ul.linklist li.responsive-menu a.responsive-menu-link:before { position: absolute; left: 0; top: 7px; - height: .125em; + height: 2px; width: 14px; border-bottom: 0.125em solid transparent; border-top: 0.375em double transparent;