Fixed Incorrect content rule for tags

Arty

Well-known member
From 1.5 beta 3 public.css
Code:
  .tagList .tag .arrow
   {
     content: '';
content rule should not be there, its not a pseudo element.
 
Top Bottom