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

medalto’s picture

Issue summary: View changes