From 20a3801cf278d553c994d2227e8aa4b5c45ff4f8 Mon Sep 17 00:00:00 2001 From: rxu Date: Mon, 13 Mar 2017 00:29:00 +0700 Subject: [PATCH] [ticket/15124] Hide navbar icon titles in repsonsive view PHPBB3-15124 --- 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 df9226e666..aa15fe2b45 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1242,7 +1242,7 @@ ul.linklist:after, margin: 0 7px 0 0; } -.linklist.compact .rightside > a > span span { +.linklist.compact .rightside > a > span { display: none; }