From 2c15b653cc636d8e69ed94ffb7d442b32da65287 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 22:30:03 +0300 Subject: [ticket/11552] Tweaks to responsive navigation PHPBB3-11552 --- phpBB/styles/prosilver/theme/common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 376c951564..f95fae45e4 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -389,6 +389,10 @@ ul.linklist li.responsive-menu a.responsive-menu-link:before { max-width: 48%; } +.hasjs ul.linklist.fullwidth { + max-width: none; +} + /* Bulletin icons for list items ----------------------------------------*/ ul.linklist.bulletin li:before { -- cgit v1.2.1