diff options
| -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;  }  | 
