APEX referencing custom css file
APEX 4.0.2
I am having difficulty finding the reason my custom css file is not working properly.
I have this with in <head> on the default page template used in my app.
<link rel="stylesheet" href="#WORKSPACE_IMAGES#revrec1.css" type="text/css" />
revrec1 is a simple css file...
specialtitle1 {color:#CC0000;font-size:14pt;}
I have this line in my new region, but the Title is not changing color or size.
<div class="specialtitle1">#TITLE#</div>
Our hardware was recently changed out. When they reloaded the APEX environment on our new hardware they did not load the images, css, or custom page/region templates. So I had to recreate them and I am 99.9% sure I have recreated it to the way it was before the move, but it is not working (it was working before the move). Any helpful ideas of what to try would be greatly appreciated.