There is a problem with the editor in the sky theme,
when some content is created (page or story) placing some text and using the tag, the content when previewed show it in italics

CommentFileSizeAuthor
Screenshot.png93.91 KBrasinesh

Comments

rasinesh’s picture

its the underline tag

rasinesh’s picture

Status: Active » Fixed

got a solution for it.
i made a modification in the style.css file.
in line 22 i changed from

i, em , u {font-style: italics;}

to

i, em  {font-style: italics;}
u {font-style: normal;}

changed

u {text-decoration: none;}

to

u {text-decoration: underline;} 
jacine’s picture

Status: Fixed » Needs work

Nice catch. I'll fix that in the next update. Thanks for reporting it.

jacine’s picture

Status: Needs work » Fixed

This has been fixed in the next version, 5.2, which is being released today.

jacine’s picture

Status: Fixed » Closed (fixed)