css with different users

Permalink 1 user found helpful
added a class to ccm.app.css

.nomargin
{
margin:0
}

In order to suppress spaces between <p> and <address> elements in certain content blocks.

The suppression occurs when I am logged in as admin, but not when I am logged in as other users with limited permissions. Why? and how can I fix it?

What is the proper place for creating new css classes to be used sitewide?

 
Blenderite replied on at Permalink Reply
Blenderite
If I am understanding you correctly, it might be that you have not approved the version which contains the change.
wclark07 replied on at Permalink Reply
I have hit approve wherever it has popped up, but the problem persists. Is there a method to help me ascertain which versions I have approved?
wclark07 replied on at Permalink Reply
Ok so it turns out that ccm.app.css is not the right place for me to put the class declaration. I needed to put it in main.css for the theme that I was using (greek yogurt in this case). That resolved my issue.

On a side note, what part of concrete calls ccm.app.css?
Blenderite replied on at Permalink Reply
Blenderite
Oh, yeah! Completely overlooked the file that you put that in!