diff options
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 15ac63ca90..3d5a0a433d 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -433,11 +433,11 @@ ul.linklist.bulletin li:before {  }  ul.linklist.bulletin li:first-child:before, ul.linklist.bulletin li.rightside:last-child:before { -	display: none; +	content: none;  }  ul.linklist.bulletin li.no-bulletin:before { -	display: none; +	content: none;  }  .responsive-menu:before { | 
