Active
Project:
Framework
Version:
7.x-3.6
Component:
CSS/HTML markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2014 at 11:44 UTC
Updated:
28 Dec 2014 at 11:59 UTC
Jump to comment: Most recent
when bold and italic is added to text ( drupal7/CKeditor) it fails to render in the browser.
this is resolved by adding
strong{ font-weight:bold;}
em{font-style: italic ;}
to style.css
(but the text formatting doesnt display in the CKeditor)
edit : type and layout
Comments
Comment #1
medalto commented