I have placed a CSS file in a directory within the 14 Hive:
14/TEMPLATE/LAYOUTS/1033/STYLES/Family/Site.css
I am trying to use <Sharepoint:CSSRegistration> to register it like so
<SharePoint:CssRegistration name="Family/Site.css" runat="server"/>
But it is not working for some reason. If I copy the css to the STYLES directory itself this works
<SharePoint:CssRegistration name="Site.css" runat="server"/>
What am I doing wrong?
