Hello i have this wordpress template that i got from someone, however i noticed that there are some errors in the style sheet file, i found this line in that file:
ul.gdlr-twitter-widget li:before{ font-size: 25px; line-height: 24px; float: left; margin-right: 20px;
margin-top: 2px; font-family: FontAwesome;
content: '\f099'; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); }
Now this line is underlined in red in my IDE:
expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
I'm average in CSS not really an expert so i am finding it difficult understanding what the above code does and how to fix it.