No Visual media queries bar
When I use this:
<link href="../css/mediaQuery.css" rel="stylesheet" type="text/css">
I see the Visual media queries bar.
When i use this: (siteRoot() genrates the root)
<link href="<?php echo siteRoot()?>/css/mediaQuery.css" rel="stylesheet" type="text/css">
The css rules in the mediaQuery.css are applied but the Visual media queries bar is not shows. (I do press the button to show them)
Any reason why?
I also see the "mediaQuery.css" at the top of the panel as one of the open files and i can click it and see it's content.
