hi
I’m working on a multisite wordpress server.
Wordpress 3.51
Graphene : 1.8.3
On a fresh site I added this line to my custom css box :
@import url(https://commons.inria.fr/css/wordpress-graphene-sansfond.css);
I checked this css by using the w3c validator, no error.
It worked. I can check the full generated code in the advanced tab :
@import url(https://commons.inria.fr/css/wordpress-graphene-sansfond.css);
The file was loaded
Then I modified the header by using my dashboard.
In the advanced tab, I saw the changes :
.header_title, .header_title a, .header_title a:visited, .header_title a:hover, .header_desc {color:#blank}@import url(https://commons.inria.fr/css/wordpress-graphene-sansfond.css);
The external css file was no longer loaded.
Is this a bug ? How can I load external css file and continue to use my dashboard ?