1 Global Stylesheet (CSS)
There is one global stylesheet that is used for the entire application named style.cfm.
It is located in the root directory and is called in a ColdFusion CFINCLUDE tag throughout the headers of the application.
Example: <CFINCLUDE template="style.cfm">, <CFINCLUDE template="../style.cfm">
Open and edit as desired: root/style.cfm |