Hello,

All the pages on my site display fine, except the main page /node which only displays the header on IE6.
I think its because of the following line in the source:

@import "/drupal5//views_bonus.css";

This line only appears on the /node page.

The path is wrong, and I see errors in my logs saying access was denied to the above link. FF seems to get past this, but IE does not.

I upgraded to today's latest version of views bonus, but the problem remains. How to change the above reference? It seems automatically generated..

Thanks,
ktnk.

Comments

ktnk’s picture

Title: Stray link to views_bonus.css on /node page » How can I change the content of the imported $styles

An update on this issue:

The page displaying blank was not due to this issue, and was solved by fixing the code in a custom block.

However, I still get warnings in my log every time the front page is accessed.

How can I change the content of the imported $styles so that

@import "/drupal5//views_bonus.css";

is removed from my front page?

Thanks,
ktnk.

dmitrig01’s picture

Status: Active » Fixed

I committed a change

Anonymous’s picture

Status: Fixed » Closed (fixed)