diff options
author | Michael Miday <midaym@gmail.com> | 2015-08-16 16:54:37 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-08-20 02:36:16 +0200 |
commit | 53ef8815b177d2c4826d80db6ab3d15c9b76accf (patch) | |
tree | d0a57711fc907a1b498114826674654d0c3406c6 /phpBB/styles | |
parent | 6105f98219ed9d7dc8fa7885df9dd9ba679f47ff (diff) | |
download | forums-53ef8815b177d2c4826d80db6ab3d15c9b76accf.tar forums-53ef8815b177d2c4826d80db6ab3d15c9b76accf.tar.gz forums-53ef8815b177d2c4826d80db6ab3d15c9b76accf.tar.bz2 forums-53ef8815b177d2c4826d80db6ab3d15c9b76accf.tar.xz forums-53ef8815b177d2c4826d80db6ab3d15c9b76accf.zip |
[ticket/12719] Fix hamburger menu icon
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |