i have a CSS file with this line:
@import url("/labkey/ehr/stylesheet-red-limited.css");
on one server labkey is running as the root webapp, but on another it is not. ideally i'd like to convert the '/labkey' into some sort of substitution akin to <%=contextPath%>. is there anything along these lines that works in CSS?
thanks. |