CSS loading issue
Installation and Configuration
I've installed a bootstrap theme on two different sites. Site A is working fine, but Site B's CSS files are not entirely loading. The include.php and, in fact, the entire theme directory of Site B is a duplicate of Site A but when I look at the cached css of each there are differences. Here is a brief snippet. It appears that the css file, bootstrap.min.css is not loading on Site B:
html,
html .halflings {....
Incidentally, the way the different css files are commented in each cached css is different. Site A (the good site) shows the comments from each css, while Site B appears to strip them out and simply has the css path commented as a header.
updated by @blindmime: 01/25/14 03:07:43AM