Wetware Error
It was a typo - there were 2 different css files with similar names and I was linking to one on one site and another on the other
Apologies from a muppet :(
Closed
I have the following line in an html head section:
<link rel="stylesheet" href="http://files.hypernumbers.com/redesign/frontpage.css">
When I view this page from the domain hypernumbers.com it loads fine and then is applied.
But when I view the same page from the domain hypernumbers.dev it loads (Firebug and Chrome tools show me that the CSS file is there) but it isn't applied to the page
Is there some sort of domain precedence/sub-domain thing going no that I don't know about?
Update
Tried it in Opera where it doesn't load in either hypernumbers.com or hypernumbers.dev...