MediaWiki:Common.css: Difference between revisions

From Protoball
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
#tinymce body,#tinymce td,#tinymce pre,#tinymce p,#tinymce div {font-size:16px;}
#tinymce body,#tinymce td,#tinymce pre,#tinymce p,#tinymce div {font-size:16px;}
I added the line below as well;
I added the line below as well;
#tinymce .mceContentBody p {  font-size: 1.2em !important; }/* FF requires a important here */
.mceContentBody p {  font-size: 1.2em !important; }/* FF requires a important here */

Revision as of 18:53, 23 May 2012

/* CSS placed here will be applied to all skins */

#tinymce body,#tinymce td,#tinymce pre,#tinymce p,#tinymce div {font-size:16px;}
I added the line below as well;
.mceContentBody p {   font-size: 1.2em !important; }/* FF requires a important here */