I'm developing a site using python / pyramid for server-side includes. I've got the same file being referenced as the header file, inserted into the top of the body in the same manner on all pages. I've gone so far as to comment out references to all other style-sheets except the styles used to format the header, navigation, and search.
For some reason, the /discover page renders out totally differently than the other pages, and I cannot figure out at all why that might be the case. It goes so far as to remove the discs from the UL > LI - based navigation, which is desired, but it shouldn't be doing that with the current stripped-down css I'm using for this troubleshooting.
Inspecting the element I see no differences in the DOM up to the </header> tag, and the css is listed identically for both pages.
I'm at a loss. Why are the navigation bars rendering differently?
Keep in mind, these aren't the final designs, I'm just trying to get to the bottom of what's influencing the /discover page differently. The home-page looks closest to the the final design spec, which also uses the same nav.css stylesheet the other pages do, plus a few other stylesheets.
Here is search page: http://dev-jon.c2mx-hrd.appspot.com/new which should have an identical navigation header as the discovery page: http://dev-jon.c2mx-hrd.appspot.com but doesn't. You can see they're rather different.