GetSimple Support Forum
italic fonts won't work with default theme - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: italic fonts won't work with default theme (/showthread.php?tid=1979)



italic fonts won't work with default theme - lastuser - 2011-07-20

I'm using the default theme (Innovation) and < em > doesn't work. How come?

EDIT: Just solved it. I just added

em {
font-style:italic;
}

into the style.css

Not sure if this is the best way. Would like to know the best way to solve this if what I just did isn't the best.


italic fonts won't work with default theme - Connie - 2011-07-21

that is the best way

when <em> is used as mark up, it should have a CSS assigned

Cheers, Connie


italic fonts won't work with default theme - ccagle8 - 2011-07-21

i think that is a function of the reset.css file i used... i dont like that you had to add that into the css for it to work... i will just fix the reset css file for the next version