jQuery Mobile "latest" CDN not displaying header/footers right

jQuery Mobile "latest" CDN not displaying header/footers right

Given a simple page with a header and footer, if you use these CDNs:

<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>

Then they do not display a dark background. I discovered that the 'latest' branch is pointing to 1.4pre. Is it the expectation that "latest" will equal something not release, ie Alpha/RC/etc, or the latest *release* version?