4.1 upgrade changed embedded css

Posted by Community Admin on 03-Aug-2018 01:12

4.1 upgrade changed embedded css

All Replies

Posted by Community Admin on 21-Apr-2011 00:00

Hi,

After applying the upgrade from 4.0 to 4.1, I was very surprised to see that styles have changed !

For instance the h1 sfContent was :

#content h1, .sfContentBlock h1
    font-size24px;
    font-weightbold;
    margin-bottom20px;
and now is
.sfContentBlock h1
    font-size30px;
    font-weightnormal;
    margin-bottom20px;
It is one of lot many other examples.

I have to check everything and still don't know how to override the style in css files. It could take one day ore more to fix that.
An other solution would be welcome.
Thanks

Vincent

Posted by Community Admin on 26-Apr-2011 00:00

Hello Vincent,

Yes there are changes related to the css files in all content modules, because of the changed to the basic theme. The changes are related to the layout of the Basic theme global stylesheet. If you use master pages with Basic theme you should override the properties with an !important in a custom css that you have to load on a page.

Greetings,
Ivan Dimitrov
the Telerik team


This thread is closed