Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Question to typography.css


Go to End


1294 Views

Avatar
tea4ge

Community Member, 5 Posts

29 July 2009 at 8:14am

hi all,

situation:
Some Elements (a, h1, h2 ...) should have the same look (CSS properties) on each page.

problem:
This Elements needn't be elements under "typography"!
So I must repeat myself:

Once for the page:
a { color: #FF0FF }

...and once for the editor:
.typography a {color: #FF00FF}

"editor.css" is only included in the iframe.
So why is typography.css included for the whole CMS?

Thx for responses and sorry for my english ;)