I am trying to understand the CSS effects that jQTouch implements. http://www.jqtouch.com/
It has some CSS definitions that contain syntax like body > *<
body > *
The > character is a match indicator and the * is the match being indicated.
So
means to match any child of Body.
http://www.w3.org/TR/CSS2/selector.html