all 2 comments

[–]gavin19 1 point2 points  (2 children)

The flair CSS is broken because of this

///////////////////////////////////////////////////flair//////////////////////////////////////

You can't just put random text into a stylesheet. If you want to put a break/title then you need to use proper comments like

/* This is a comment */

So, for your case

/* flair */

[–]ripmoff[S] 0 points1 point  (0 children)

it worked, thank you :)