Changes to CSS do not show up

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/27/2010 1:01:36 PM
Gravatar
Total Posts 3

Changes to CSS do not show up

I'm using the following skin: andreasviklund-02

I'm applying the following CSS change (adding a blue and red border):

.leftside { float:left; width:186px; margin:10px 10px 0 5px; border:solid 1px Blue; }
#divLeft { border:solid 1px Blue; }
.center-nomargins { float:left; width:818px; margin:10px 12px 0 18px; }
.center-rightandleftmargins { float:left; width:641px; margin:10px 0 0; border:solid 1px Red; }

I have set the CSS cache to false:
<add key="CacheCssOnServer" value="false"/>
<add key="CacheCssInBrowser" value="false"/>

 

No matter what I do, I do not see the CSS changes reflected on my page.  What is wrong?

6/27/2010 3:10:12 PM
Gravatar
Total Posts 3

Re: Changes to CSS do not show up

Also, changes to the Masterpage do not show up either.  If I add a DIV to the page and give it some content, I never see it.

6/27/2010 8:01:34 PM
Gravatar
Total Posts 3

Re: Changes to CSS do not show up

Oddly enough after reading this post (http://www.mojoportal.com/upgrading-information-for-skins.aspx) on "Upgrading Information For Skins", I saw that the skin lived in /Data/skins to /Data/Sites/[SiteID]/skins.  After navigating to that path, I found the skin files and was able to update the MasterPage and CSS as I saw fit.

6/28/2010 6:03:37 AM
Gravatar
Total Posts 18439

Re: Changes to CSS do not show up

This is also explained in the skinning overview document.

http://www.mojoportal.com/skinning-overview.aspx

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.