From: pete Date: Fri, 3 Jul 2009 16:29:30 +0000 (+0000) Subject: added css rule for em tags to work properly with htmlawed and tinyMCE editor X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=793400e5c13281599199fab96a2538c7dcf8df0e;p=lorea%2Felgg.git added css rule for em tags to work properly with htmlawed and tinyMCE editor git-svn-id: https://code.elgg.org/elgg/trunk@3384 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css.php b/views/default/css.php index 5e206cf52..11df2710d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -45,6 +45,9 @@ table, caption, tbody, tfoot, thead, tr, th, td { ol, ul { list-style: none; } +em, i { + font-style:italic; +} /* tables still need cellspacing="0" (for ie6) */ table { border-collapse: separate;