In the preveiw page of bigfeature, there is an example table with nice css style.
But when I tried to insert a html table in my own post, no style/color applies to it.
I searched the css file, find one named "tablestyle1", but I couldn't find any setting about table style. So i have to add a id "tablestyle1" to all my table, tr, th, tbody manually.
I can certainly just write a css myself to fix that, but I was just wondering did I missed some settings?