I incidentally used a
child selector to fix some inheritance issues for p tags that were not direct children of body. This seems to work for me on nook touch:
Code:
body > p{text-indent:0em;}
It seems that
!important was ignored, but
specificity was respected.