[SOLVED] Problem with CSS combination
Posted: Sat Apr 11, 2015 6:54 pm
HI: I have a strange problem with the style sheets.
If include the stylesheets directly in the templete, like this, the site works fine.
<link rel="stylesheet" type="text/css" href="{root_url}/js/bootstrap-inc.css" media="all" />
<link rel="stylesheet" type="text/css" href="{root_url}/js/master.css" media="all" />
But if I attach style sheets in the right way (associated with the template) they don't work.
Apparently the problem is the merged CSS file generated.
Any ideas?
If include the stylesheets directly in the templete, like this, the site works fine.
<link rel="stylesheet" type="text/css" href="{root_url}/js/bootstrap-inc.css" media="all" />
<link rel="stylesheet" type="text/css" href="{root_url}/js/master.css" media="all" />
But if I attach style sheets in the right way (associated with the template) they don't work.
Apparently the problem is the merged CSS file generated.
Any ideas?