Neither my simple 'header' or 'footer' gets styled: all the other widgets (controlgroups, collapsible-sets, list etc) style as expected.
I'm reloading everything in the data-role="page" and then rebuilding the page like
$("#standings").load(url, function (content, status) {
$("#standings").trigger("create");
$.mobile.hidePageLoadingMsg();
});
Everything in the data-role='content' styles fine on load. I have two 'controlgroups' outside of the content that style correctly but neither the header or footer pick up any styling.