#asdf {
background: -moz-linear-gradient(top, #903193 0%, #cb6bab 100%);
background: -o-linear-gradient(top, #903193 0%, #cb6bab 100%);
background: -ms-linear-gradient(top, #903193 0%, #cb6bab 100%);
}
Doing a CSS tidy (default settings) on the above produces this:
#asdf {
background:0;
}
Quite clearly that is not the right answer.


