You can log back in here.
I'm trying to use a simple css3 gradient background on my profile, but I can't seem to get it to work - anyone know why?
Hi! Try adding height:100%; to the body, html { }. If that doesn't work, try height:100%!important;
body, html {height: 100%;}
it worked, thank you so much
No problem, I'm glad it worked :)