If you take a look at my profile... I've noticed that I can't seem to get rid of the odd white gradient in the boxes. I have " li" with "background-color: transparent". I even tried doing it in "".
I'm a bit confused as to what it is. I know it can be replicated by "background: linear-gradient..." or an image but I'm kind of just boggled right now. I couldn't find anything through the inspect function on my browser either. I feel like I'm missing something obvious. x __x
.comment_table,.header,.block,.info_block {background-image: none; border:0px;}
">code taken from here! seemed to fix the problem when i put your profile on for a minute, and i get a similar gradient when i take that line out of my own code.