7 lines
355 B
CSS
7 lines
355 B
CSS
@import url(/css/acs-master.css);
|
|
/* Following import is valid if terms is executed in its own */
|
|
/* web application context (ccm-ldn-terms) */
|
|
/* @import url(/ccm-ldn-terms/__ccm__/apps/terms/xsl/index.css); */
|
|
/* import if installed in the main (common) web context */
|
|
@import url(/__ccm__/apps/terms/xsl/index.css);
|