﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10580	Inherited styles for list of format/font/size	Maciej Radzikowski		"1. Please add to global CSS (e.g. style.css):

{{{
a { font-style:italic; }
}}}


2. Add this stylesheet to CKEditor's config.js:

{{{
config.contentsCss = '/style.css';
}}}


3. Click on Format / Font / Size button - you can see all items are italic.

Because the list is created by JS styles, .cke_reset{} in moono/editor.css file can do nothing, and I don't know where to add ""font-style:normal"" to fix it.

Also other font properties are inherited from general a tag (weight, size, ...)."	Bug	closed	Normal		General	4.1	invalid		
