diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-03-19 00:11:37 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-03-19 00:11:37 +0100 |
commit | d35262089de3ca14fd916fecfe59bef1d318a212 (patch) | |
tree | a2182cfdf492328c2e15408eae773a1741d3e066 /phpBB/styles/prosilver | |
parent | 25d5f94d19d93b3d32397991b4c7e76c80ade795 (diff) | |
parent | 20a3801cf278d553c994d2227e8aa4b5c45ff4f8 (diff) | |
download | forums-d35262089de3ca14fd916fecfe59bef1d318a212.tar forums-d35262089de3ca14fd916fecfe59bef1d318a212.tar.gz forums-d35262089de3ca14fd916fecfe59bef1d318a212.tar.bz2 forums-d35262089de3ca14fd916fecfe59bef1d318a212.tar.xz forums-d35262089de3ca14fd916fecfe59bef1d318a212.zip |
Merge pull request #4738 from rxu/ticket/15124
[ticket/15124] Hide navbar icon titles in repsonsive view
Diffstat (limited to 'phpBB/styles/prosilver')
-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 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; } |